commit | e48b3350e95f34e4e75cd16a077f055f221e8983 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Dec 09 23:51:33 2024 +0000 |
committer | Julien Desprez <jdesprez@google.com> | Mon Dec 09 23:51:33 2024 +0000 |
tree | 582567f497c7d8e4cfebc8b545341e75ccd5edec | |
parent | 713daec03aa058fd56c521af253952fe482d9c1a [diff] |
Also report the unoptimized target in silent mode Change-Id: I66fff4330991376c6bdf31b98a0aa2a066f319d8 Test: presubmit Bug: 378926009
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.