pstar: add copy of vndk30 libui for libgui_vendor

This commit is contained in:
SGCMarkus 2022-02-19 00:39:36 +01:00
parent 39c0361830
commit a257a833a0

View File

@ -67,5 +67,13 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml
# VNDK
PRODUCT_COPY_FILES += \
prebuilts/vndk/v30/arm64/arch-arm-armv8-a/shared/vndk-core/libui.so:$(TARGET_COPY_OUT_VENDOR)/lib/lui30.so \
prebuilts/vndk/v30/arm64/arch-arm64-armv8-a/shared/vndk-core/libui.so:$(TARGET_COPY_OUT_VENDOR)/lib64/lui30.so
PRODUCT_PACKAGES += \
android.hardware.graphics.common-V1-ndk_platform.vendor
# Inherit from vendor blobs # Inherit from vendor blobs
$(call inherit-product, vendor/motorola/pstar/pstar-vendor.mk) $(call inherit-product, vendor/motorola/pstar/pstar-vendor.mk)