commit | ba64f31b5698b3c7440f1b6f4df1bfb202a208b0 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Mon Oct 14 20:32:53 2024 +0000 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Thu Oct 24 16:36:09 2024 +0000 |
tree | 60cb597b42e8b11bceed2487e783542838f17903 | |
parent | f64e2f84330dd61250168206ff3dfdeb755efa49 [diff] |
Report edit monitor error to clearcut Report unexpected errors to clearcut when the daemon manager detect anything wrong when start/monitor/stop/reboot the edit monitor process. Test: atest daemon_manager_test Bug: 365617369 Change-Id: I2027229c387ce2525d1f730d06483032662ffc4b
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.