commit | faf7c89619eaeff2087172f7b67a8e87179dc0d4 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jul 11 19:18:08 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jul 11 20:13:40 2022 +0000 |
tree | 1c72670c304f584ea7150f9cd8e7007dd34c6932 | |
parent | 848936d7d23a11ed41aec7e21a916762ebeb7356 [diff] | |
parent | 5015273fa33b3326cf654c7b028280a66e2b0d9e [diff] |
Make change and version bump to aml_go_per_330910000 for mainline module file: None Change-Id: I1eeb6bf09025f6da9f81d75456894cd52933d93d
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.