Merge "Correct some GSI settings to board makefile" am: 2f7f7ca1c0 am: 0c6f675b62

am: 2646ca50e5

Change-Id: If8bb17c3477b474c5f96130e1a5db4c20ab0a4a0
This commit is contained in:
SzuWei Lin 2018-02-07 10:42:30 +00:00 committed by android-build-merger
commit fce672a2bd
2 changed files with 4 additions and 3 deletions

View File

@ -16,6 +16,10 @@
include build/make/target/board/treble_common.mk
# Enable both 32 and 64 bits APP support
TARGET_SUPPORTS_32_BIT_APPS := true
TARGET_SUPPORTS_64_BIT_APPS := true
# Enable 64-bits binder
TARGET_USES_64_BIT_BINDER := true

View File

@ -32,6 +32,3 @@ include build/make/target/product/treble_common.mk
PRODUCT_COPY_FILES += \
system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc \
system/core/rootdir/init.zygote32_64.rc:root/init.zygote32_64.rc
TARGET_SUPPORTS_32_BIT_APPS := true
TARGET_SUPPORTS_64_BIT_APPS := true