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",
|
"libEGL",
|
||||||
"libGLESv2",
|
"libGLESv2",
|
||||||
"libGLESv3",
|
"libGLESv3",
|
||||||
"libtensorflowlite_c",
|
"libtensorflowlite_c_vendor",
|
||||||
"libm",
|
"libm",
|
||||||
"libc",
|
"libc",
|
||||||
],
|
],
|
||||||
@@ -3722,7 +3722,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libcutils",
|
"libcutils",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libVoiceSdk",
|
"libVoiceSdk",
|
||||||
"libtensorflowlite_c",
|
"libtensorflowlite_c_vendor",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -6732,7 +6732,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libcutils",
|
"libcutils",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libVoiceSdk",
|
"libVoiceSdk",
|
||||||
"libtensorflowlite_c",
|
"libtensorflowlite_c_vendor",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -14120,7 +14120,7 @@ cc_prebuilt_library_shared {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libtensorflowlite_c",
|
name: "libtensorflowlite_c_vendor",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
strip: {
|
strip: {
|
||||||
none: true,
|
none: true,
|
||||||
@@ -14128,7 +14128,7 @@ cc_prebuilt_library_shared {
|
|||||||
target: {
|
target: {
|
||||||
android_arm64: {
|
android_arm64: {
|
||||||
srcs: [
|
srcs: [
|
||||||
"proprietary/vendor/lib64/libtensorflowlite_c.so",
|
"proprietary/vendor/lib64/libtensorflowlite_c_vendor.so",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libm",
|
"libm",
|
||||||
|
|||||||
+1
-1
@@ -1593,7 +1593,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libsys_info_cache \
|
libsys_info_cache \
|
||||||
libsystem_health_mon \
|
libsystem_health_mon \
|
||||||
libtaautoload \
|
libtaautoload \
|
||||||
libtensorflowlite_c \
|
libtensorflowlite_c_vendor \
|
||||||
libtestutils \
|
libtestutils \
|
||||||
libthermalclient \
|
libthermalclient \
|
||||||
libthreadutils \
|
libthreadutils \
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user