commit | 4ad2e3853caeee8d36288e59622063c519d71b9e | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Fri Jan 10 03:44:32 2025 +0000 |
committer | Nelson Li <nelsonli@google.com> | Fri Jan 10 03:50:26 2025 +0000 |
tree | 8618f826b82b0ba7626723a1164ec4abede642c9 | |
parent | b1d766b951bd5061152f2485551656bbb9a9febd [diff] |
Add BUILDING_GSI and TARGET_SUPPORTS_64_BIT_APPS to soong_config_variable: Some modules need to use BUILDING_GIS and TARGET_SUPPORTS_64_BIT_APPS to distinguish whether they support 32-bit and 64-bit (e.g., Chrome). Bug: 383686128 Test: m -j TrichromeLibrary-Stub Change-Id: I7ea25b12220f030faa56e92560a4a5116105b161
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.