commit | 02aea1327276bb3ba50ed4db0ce33d56a35d2c16 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <[email protected]> | Wed Jan 27 20:21:45 2021 +0000 |
committer | Anton Hansson <[email protected]> | Tue Feb 02 12:18:24 2021 +0000 |
tree | 3a6544c5870ece70ab66c6bf4a025a912da7ffc8 | |
parent | c869291339b57852615aa8f78e027e894d589431 [diff] |
Add top level product definitions for module_* devices. Test: lunch module_{arm,arm64,x86,x86_64} Inspect target arches in the banner Bug: 176171716 Merged-In: Iba7818cfc1385d3f84dce1ef95c2bb8d279926bb Change-Id: Iba7818cfc1385d3f84dce1ef95c2bb8d279926bb
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.