commit | 0c7e0c0e3c249b8b2a8288c5e0213b46a805deae | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Tue Jan 19 21:21:13 2021 -0800 |
committer | Joe Onorato <joeo@google.com> | Fri Jan 22 10:37:44 2021 -0800 |
tree | 1f39d04d77a5ce6a1e3dcb334a77be051d06fa6b | |
parent | 6edf0ec2edb8acd000a77d7a6dc6859c145fc7d4 [diff] |
Rearrange the methods on ErrorReporter to be more convenient. Test: m product-config-test && java -jar out/host/linux-x86/testcases/product-config-test/product-config-test.jar Change-Id: Icd25d2d0897df99ba29de52cd08a42cd9e4b9514
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.