d2s: Use libshim_sfpex instead of VNDK28 libc++

Change-Id: I169845133d9ee9066206f5d806d191f57d95a85f
This commit is contained in:
Tim Zimmermann
2022-09-20 21:21:39 +02:00
parent ef59efb4e2
commit 4e3c58ed58
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: "libdatazip",
owner: "samsung",

View File

@@ -97,7 +97,6 @@ PRODUCT_PACKAGES += \
libTOFProc_interface \
libbauthserver \
libbauthtzcommon \
libc++-v28 \
libdatazip \
libexynosdisplay \
libiu456_datapath_processor \

Binary file not shown.

Binary file not shown.