beyondx: Use libshim_sfpex instead of VNDK28 libc++

Change-Id: I2b9ea05751588bafb59564b446dffc55a1c730f7
This commit is contained in:
Tim Zimmermann
2022-09-20 21:21:37 +02:00
parent 6a829fe7a2
commit c0d2daf58f
6 changed files with 0 additions and 21 deletions

View File

@@ -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: "libexynosdisplay",
owner: "samsung",

View File

@@ -80,7 +80,6 @@ PRODUCT_PACKAGES += \
libTOFProc_interface \
libbauthserver \
libbauthtzcommon \
libc++-v28 \
libexynosdisplay \
libiu456_datapath_processor \
sensors.bio \

Binary file not shown.

Binary file not shown.