commit | aee5affa6d92c91a293b10a5a595bb3b28744a08 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Mon Jan 07 18:23:42 2019 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Mon Jan 07 18:23:42 2019 +0800 |
tree | 15cbdc1a8ddbe0d979151887ddc9508ff53eeebb | |
parent | 5723181c537d6d288b4554d9ded63634aec7f78e [diff] |
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 is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.