sweet: Import vendor/lib/vndk/libxlog.so

Change-Id: I8013303b4e49fe6827feef4f1eec4cabc8796bca
This commit is contained in:
basamaryan 2023-10-29 22:03:57 +01:00
parent fe86d5f473
commit 9fed3c731c
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9
3 changed files with 19 additions and 0 deletions

View File

@ -312,6 +312,24 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libxlog",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/vndk/libxlog.so"],
},
},
compile_multilib: "32",
check_elf_files: false,
relative_install_path: "vndk",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "com.qti.sensor.sweet_gc02m1",
owner: "xiaomi",

BIN
proprietary/vendor/lib/vndk/libxlog.so vendored Normal file

Binary file not shown.

View File

@ -192,6 +192,7 @@ PRODUCT_PACKAGES += \
libqtigef \
libsndmonitor \
libspkrprot \
libxlog \
com.qti.sensor.sweet_gc02m1 \
com.qti.sensor.sweet_imx355 \
com.qti.sensor.sweet_imx471_front \