summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-03-10 13:23:07 +0000
committerYongqin Liu <yongqin.liu@linaro.org>2015-03-10 13:23:07 +0000
commit7af85fa0e5ee31896202479fdcf45b3fa789bcb1 (patch)
treeca667d4b0b8fa7b572257e519c48adc3a9cf0d47
parent1d864aaaf484584bdaacb914061b244be2854aa7 (diff)
downloadjuno32-7af85fa0e5ee31896202479fdcf45b3fa789bcb1.tar.gz
set TARGET_USES_64_BIT_BINDER to true for juno 32bit
so that we can urn the 32bit only android on a 64bit kernel Change-Id: If0811022ddab1ae4a4db72a520479b74ba34edc0 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 87b408d..d0184c7 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -5,7 +5,7 @@ TARGET_CPU_VARIANT := cortex-a15
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
-TARGET_USES_64_BIT_BINDER := false
+TARGET_USES_64_BIT_BINDER := true
TARGET_SUPPORTS_32_BIT_APPS := true
TARGET_SUPPORTS_64_BIT_APPS := false