Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e964879 authored by SzuWei Lin's avatar SzuWei Lin
Browse files

Correct some GSI settings to board makefile

TARGET_SUPPORTS_32_BIT_APPS and TARGET_SUPPORTS_64_BIT_APPS should
be board config variables. Move them to
target/board/treble_common_64.mk

Bug: 70951849
Test: lunch aosp_arm64_ab-userdebug; make -j
Change-Id: Ia3f6d5db1a7edc956597ab34c2feed088ecc6062
parent 7e41fb46
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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

+0 −3
Original line number Diff line number Diff line
@@ -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