sweet: Import vendor/lib/vndk/libxlog.so
Change-Id: I8013303b4e49fe6827feef4f1eec4cabc8796bca
This commit is contained in:
parent
fe86d5f473
commit
9fed3c731c
18
Android.bp
18
Android.bp
@ -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
BIN
proprietary/vendor/lib/vndk/libxlog.so
vendored
Normal file
Binary file not shown.
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user