commit | d32bf9f3aa8fb0ff8826a227975e454118983a2d | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Tue Sep 17 20:00:52 2024 +0000 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Wed Oct 02 16:55:58 2024 +0000 |
tree | 272e80ba7c29e1662e9d258d5b63dd76af76d940 | |
parent | 11986e82425b99894f0b8a1727bd14ac5839110f [diff] |
Add a main function for the edit monitor Test: make edit_monitor and run edit_monitor and check the log file bug: 365617369 Change-Id: Iab8e6250e7e11eba6b57932358a4f1cd949c4121
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.