commit | 9c7b4f1df067587843b956ce9df87fdd96cd0800 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Jul 21 20:17:18 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Jul 21 21:13:34 2022 +0000 |
tree | 061db51bfff3db9454b80624c7dbac32f2040b0b | |
parent | be26d59d023a41f20e6c3756bfb9acd7d9700038 [diff] | |
parent | 73797f870f910daa456800c819a6f8de36518d1d [diff] |
Make change and version bump to aml_go_neu_330912000 for mainline module file: None Change-Id: Ia3f1e642a34d053f49bde415ec6e28d6fe02b5ec
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.