msm8974-common: Ship libcutils-v29.so for use by libsec-ril*.so

* libsec-ril*.so files need strdup8to16, which is is dropped in the API
  30 library, but can be found in the API 29 prebuilt.

Change-Id: Iaa54b061048a00f832d18396a82212905af0fd7e
This commit is contained in:
Kevin F. Haggerty 2020-11-28 15:35:49 -07:00
parent b59ddb8101
commit 3111569cd9
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -195,7 +195,8 @@ PRODUCT_PACKAGES += \
# VNDK
PRODUCT_COPY_FILES += \
prebuilts/vndk/v29/arm/arch-arm-armv7-a-neon/shared/vndk-core/libprotobuf-cpp-lite.so:$(TARGET_COPY_OUT_VENDOR)/lib/libprotobuf-cpp-lite-v29.so
prebuilts/vndk/v29/arm/arch-arm-armv7-a-neon/shared/vndk-core/libprotobuf-cpp-lite.so:$(TARGET_COPY_OUT_VENDOR)/lib/libprotobuf-cpp-lite-v29.so \
prebuilts/vndk/v29/arm/arch-arm-armv7-a-neon/shared/vndk-sp/libcutils.so:$(TARGET_COPY_OUT_VENDOR)/lib/libcutils-v29.so
# Wifi
PRODUCT_PACKAGES += \