peridot: Use a vendor copy of libtensorflow_lite_c

Change-Id: I610cc898837cd79b7ce05fed6bd1f870cce0c7f5
This commit is contained in:
AdarshGrewal
2026-01-17 23:21:20 +05:30
parent c4819cbdc6
commit 6f95aa0081
6 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -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
View File
@@ -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 \
Binary file not shown.
Binary file not shown.
Binary file not shown.