peridot: Use a vendor copy of libtensorflow_lite_c
Change-Id: I610cc898837cd79b7ce05fed6bd1f870cce0c7f5
This commit is contained in:
+5
-5
@@ -2766,7 +2766,7 @@ cc_prebuilt_library_shared {
|
||||
"libEGL",
|
||||
"libGLESv2",
|
||||
"libGLESv3",
|
||||
"libtensorflowlite_c",
|
||||
"libtensorflowlite_c_vendor",
|
||||
"libm",
|
||||
"libc",
|
||||
],
|
||||
@@ -3722,7 +3722,7 @@ cc_prebuilt_library_shared {
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libVoiceSdk",
|
||||
"libtensorflowlite_c",
|
||||
"libtensorflowlite_c_vendor",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -6732,7 +6732,7 @@ cc_prebuilt_library_shared {
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libVoiceSdk",
|
||||
"libtensorflowlite_c",
|
||||
"libtensorflowlite_c_vendor",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -14120,7 +14120,7 @@ cc_prebuilt_library_shared {
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libtensorflowlite_c",
|
||||
name: "libtensorflowlite_c_vendor",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
@@ -14128,7 +14128,7 @@ cc_prebuilt_library_shared {
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libtensorflowlite_c.so",
|
||||
"proprietary/vendor/lib64/libtensorflowlite_c_vendor.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libm",
|
||||
|
||||
Reference in New Issue
Block a user