summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--BoardConfig.mk2
-rw-r--r--device.mk2
-rw-r--r--[-rwxr-xr-x]einstein.mk4
-rw-r--r--init.amlogic.board.rc2
4 files changed, 4 insertions, 6 deletions
diff --git a/einstein.mk b/einstein.mk
index 673a422..9f7285e 100755..100644
--- a/einstein.mk
+++ b/einstein.mk
@@ -17,14 +17,12 @@
# build for Meson reference board.
#
-ANDROID_BUILD_TYPE := 32
-
# Dynamic enable start/stop zygote_secondary in 64bits
# and 32bit system, default closed
#TARGET_DYNAMIC_ZYGOTE_SECONDARY_ENABLE := true
# Inherit from those products. Most specific first.
-ifneq ($(ANDROID_BUILD_TYPE), 32)
+ifeq ($(ANDROID_BUILD_TYPE), 64)
ifeq ($(TARGET_DYNAMIC_ZYGOTE_SECONDARY_ENABLE), true)
$(call inherit-product, device/amlogic/common/dynamic_zygote_seondary/dynamic_zygote_64_bit.mk)
else