Merge "Set TARGET_VNDK_USE_CORE_VARIANT for Go devices" am: 63696709ba am: 2e9839d040 am: 9f9a710e24

am: c7935bb1a9

Change-Id: Ib64e12fda96bde4072e37dad4ec196f4cf1be3bd
This commit is contained in:
Vic Yang 2019-09-06 14:44:03 -07:00 committed by android-build-merger
commit 373cc79d51

View file

@ -58,3 +58,6 @@ TARGET_SYSTEM_PROP += \
# use the go specific handheld_core_hardware.xml from frameworks
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/go_handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
# Dedupe VNDK libraries with identical core variants.
TARGET_VNDK_USE_CORE_VARIANT := true