commit | 1c6223077e7b43aff8de5ba9a4ea702ff95a2418 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Fri Jun 11 00:09:42 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 11 00:09:42 2021 +0000 |
tree | 5ea44a4a5eb395e599a720d27dc9ebd856899a84 | |
parent | d64ca330124b023e3d114f085d585b6f0ea1b113 [diff] | |
parent | e8872c3408de13306477e785d8d23ab358d7aaea [diff] |
Merge "Add one more Java warning pattern" am: e8872c3408 Original change: https://android-review.googlesource.com/c/platform/build/+/1734332 Change-Id: Id4508916d94371e9d938f932a0b2e0707e4bcdc5
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.