commit | 98142f84463c71bd9fb0612e609be0d5347a2bbb | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Sep 12 17:39:47 2023 -0700 |
committer | Cole Faust <colefaust@google.com> | Tue Sep 12 17:39:47 2023 -0700 |
tree | 8c4eb37dd0a702654c77d0d47e6808cd07bb94c6 | |
parent | 4f4f965f382e2721235594217372138536aa1174 [diff] |
Change default logging level to WARNING To avoid spam in the build. Test: Presubmits Change-Id: I45db6cd92babda7f83582fd438210cae02c54708
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.