sm6375-common: Add missing lib

* F linker  : CANNOT LINK EXECUTABLE "/system/system_ext/bin/dpmd": library "libdiag_system.so" not found: needed by main executable.

Change-Id: I285dc524b4bd4bc306f203d0e2c807706df8b199
This commit is contained in:
Anand S 2025-02-03 10:19:41 +05:30
parent 9811680d18
commit 3b58b690b6
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
3 changed files with 34 additions and 0 deletions

View file

@ -15469,6 +15469,39 @@ cc_prebuilt_library_shared {
system_ext_specific: true,
}
cc_prebuilt_library_shared {
name: "libdiag_system",
owner: "motorola",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/system_ext/lib64/libdiag_system.so",
],
shared_libs: [
"vendor.qti.diaghal@1.0",
"libhidlbase",
"liblog",
"libutils",
"android.hidl.allocator@1.0",
"android.hidl.memory@1.0",
"libhidlmemory",
"libc",
"libcutils",
"libc++",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
system_ext_specific: true,
}
cc_prebuilt_library_shared {
name: "libimscamera_jni",
owner: "motorola",

Binary file not shown.

View file

@ -776,6 +776,7 @@ PRODUCT_PACKAGES += \
lib-imsvt \
lib-imsvtextutils \
lib-imsvtutils \
libdiag_system \
libimscamera_jni \
libimsmedia_jni \
libwfdnative \