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
This commit is contained in:
SzuWei Lin 2019-01-07 18:23:42 +08:00
parent 5723181c53
commit aee5affa6d
1 changed files with 3 additions and 0 deletions

View File

@ -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