commit | 4033d647688faddd3cf29c1fbaf74559015d84ce | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jun 07 01:13:10 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 07 01:13:10 2022 +0000 |
tree | 2bb5c7c8ca5d17c04f93fd51b3ec72ef983b1431 | |
parent | a7d23f9e864d767ea46b18b76727881ac31cb01c [diff] | |
parent | 10714789a95f7eab6313d7e6ef466cf1b342abfe [diff] |
Merge "Improve flags for compliance tools." am: 10714789a9 Original change: https://android-review.googlesource.com/c/platform/build/+/2116674 Change-Id: Ia092df3daa4a98aadebfb9010c1272c27b813f5d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.