commit | 98be77d0d6308804da552617358ba55bf4ad9b82 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Nov 29 00:05:26 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Nov 29 01:03:56 2022 +0000 |
tree | e8d1c05239aa78ca414d69b32f1687612eb535bb | |
parent | 72048d668e66b4cafdce6d2baa57b48a1e53b524 [diff] | |
parent | b6fad79548a9fb5aef2ace1f4f2e9124f80fca7d [diff] |
Make change and version bump to TQ2A.221129.001 Change-Id: I3ee693d2c0719f2f00aeb87aea94a805b11602c4
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.