sanders: Make imsrcsd load with VNDK 28 libbase

Symbol "_ZN7android4base10LogMessageC1EPKcjNS0_5LogIdENS0_11LogSeverityEi"
is referenced by this HAL impl blob. Ship a copy of the prebuilt VNDK 28
version of libbase and make the HAL load it.
thanks @bgcngm

Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
erfanoabdi
2019-10-04 11:00:00 +01:00
committed by ronaxdevil
parent 2786ce00c1
commit 82cc026db8

View File

@@ -416,6 +416,9 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.basic
PRODUCT_COPY_FILES += \
prebuilts/vndk/v28/arm64/arch-arm64-armv8-a/shared/vndk-sp/libbase.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libbase-v28.so
# Vibrator
PRODUCT_PACKAGES += \
android.hardware.vibrator@1.0-impl \