commit | 64eaddf6c891accaf137436aefa4216b26523d21 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu May 02 10:50:55 2019 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu May 02 22:17:12 2019 +0000 |
tree | a51170d9e47a9a9c6ecbc14d492dd93fafd7a462 | |
parent | c23e013814f53e3b651b29614cd93718d79a711b [diff] |
BUILD_(HOST|TARGET)_TEST_CONFIG errors by default They've been warnings for two weeks, with no reports of problems, and no warnings in the logs that I can search. Fixes: 130723115 Fixes: 130734993 Test: treehugger Change-Id: I61b8b5f35905d45fa7cab9914580ae6c005e83dc
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.