sdm660-common: add liblistensoundmodel2.qti.so
This commit is contained in:
@@ -61,6 +61,26 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "liblistensoundmodel2.qti",
|
||||||
|
owner: "asus",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: ["proprietary/system_ext/lib/liblistensoundmodel2.qti.so"],
|
||||||
|
},
|
||||||
|
android_arm64: {
|
||||||
|
srcs: ["proprietary/system_ext/lib64/liblistensoundmodel2.qti.so"],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
|
prefer: true,
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
android_app_import {
|
android_app_import {
|
||||||
name: "CACertService",
|
name: "CACertService",
|
||||||
owner: "asus",
|
owner: "asus",
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -706,6 +706,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libkeymasterdeviceutils \
|
libkeymasterdeviceutils \
|
||||||
libkeymasterprovision \
|
libkeymasterprovision \
|
||||||
libkeymasterutils \
|
libkeymasterutils \
|
||||||
|
liblistensoundmodel2.qti \
|
||||||
libllvm-glnext \
|
libllvm-glnext \
|
||||||
libllvm-qcom \
|
libllvm-qcom \
|
||||||
libmdsprpc \
|
libmdsprpc \
|
||||||
|
|||||||
Reference in New Issue
Block a user