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:
parent
9811680d18
commit
3b58b690b6
3 changed files with 34 additions and 0 deletions
33
Android.bp
33
Android.bp
|
@ -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",
|
||||
|
|
BIN
proprietary/system_ext/lib64/libdiag_system.so
Normal file
BIN
proprietary/system_ext/lib64/libdiag_system.so
Normal file
Binary file not shown.
|
@ -776,6 +776,7 @@ PRODUCT_PACKAGES += \
|
|||
lib-imsvt \
|
||||
lib-imsvtextutils \
|
||||
lib-imsvtutils \
|
||||
libdiag_system \
|
||||
libimscamera_jni \
|
||||
libimsmedia_jni \
|
||||
libwfdnative \
|
||||
|
|
Loading…
Reference in a new issue