commit | 64ad75f20b5a649ea056792e9907e79363e13bc1 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Fri Oct 25 00:21:45 2024 +0000 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Fri Oct 25 17:45:42 2024 +0000 |
tree | 13c887f9b28144fb2c036ffb8670ed9f45b7b385 | |
parent | 9a4c6a635564c9da61349800d00a040b6018d782 [diff] |
Support --verbose option in edit monitor If --verbose option is set, logging in DEBUG level, otherwise logging in INFO level, by default, user should run edit monitor without verbose option to reduce the log size. Test: make edit_monitor then run it and check the log file manually Bug: 365617369 Change-Id: Ibdbd2bdd1ff373f7924c60f1b382b14678cf0a92
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.