* Use whole_static_libs instead of the previous method of copying the
source into the tree.
Change-Id: I24b1b415ac838ce09ab6322cb2143b5f01f4b6ab
# Shims
PRODUCT_PACKAGES += \
libaudioproxy_shim \
- libmemset_shim
+ libmemset_shim \
+ libdemangle.vendor
# Shipping API
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
vendor/lib64/libvdis.so
vendor/lib64/libyuvrepro.so
-# Camera - Shims - Built in lineage-21, and prebuilt here.
-vendor/lib/libdemangle.so|d3fc0883a09a0debbf79ddd4bba922e79cb3d9ee
-vendor/lib64/libdemangle.so|ac9a52ac9146d0eceaeaba5e0c47f0d2c14e4428
-
## Charger
vendor/bin/charge_only_mode
--- /dev/null
+cc_library {
+ name: "libdemangle",
+ vendor_available: true,
+ whole_static_libs: [
+ "libc++demangle",
+ ]
+}