mirror of
https://github.com/Evolution-X-Devices/vendor_samsung_d2s
synced 2026-01-27 15:45:04 +00:00
d2s: Use libshim_sfpex instead of VNDK28 libc++
Change-Id: I169845133d9ee9066206f5d806d191f57d95a85f
This commit is contained in:
20
Android.bp
20
Android.bp
@@ -128,26 +128,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libc++-v28",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: ["proprietary/vendor/lib/libc++-v28.so"],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: ["proprietary/vendor/lib64/libc++-v28.so"],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libdatazip",
|
||||
owner: "samsung",
|
||||
|
||||
@@ -97,7 +97,6 @@ PRODUCT_PACKAGES += \
|
||||
libTOFProc_interface \
|
||||
libbauthserver \
|
||||
libbauthtzcommon \
|
||||
libc++-v28 \
|
||||
libdatazip \
|
||||
libexynosdisplay \
|
||||
libiu456_datapath_processor \
|
||||
|
||||
BIN
proprietary/vendor/lib/libc++-v28.so
vendored
BIN
proprietary/vendor/lib/libc++-v28.so
vendored
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib64/libc++-v28.so
vendored
BIN
proprietary/vendor/lib64/libc++-v28.so
vendored
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user