From aee5affa6d92c91a293b10a5a595bb3b28744a08 Mon Sep 17 00:00:00 2001 From: SzuWei Lin Date: Mon, 7 Jan 2019 18:23:42 +0800 Subject: [PATCH] Set 32bits Legacy GSI to be 32bits binder The binder interface bitness is always 64bits from P. To keep 32bits binder interface for Legacy GSI, we need to explict configure it. Bug: 122282239 Test: lunch aosp_arm_ab-userdebug; make -j Change-Id: I90b45adb52c398d1c0cf3f877199f9dd1e0b3f86 --- target/board/treble_common_32.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/board/treble_common_32.mk b/target/board/treble_common_32.mk index b66c41eb04..e8bad087b8 100644 --- a/target/board/treble_common_32.mk +++ b/target/board/treble_common_32.mk @@ -15,3 +15,6 @@ # include build/make/target/board/treble_common.mk + +# Legacy GSI keeps 32 bits binder for 32 bits CPU Arch +TARGET_USES_64_BIT_BINDER := false