commit | 9e103e98e066fb4e4daa2412e06aa73e3b8189ed | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Mon Sep 09 22:20:06 2024 +0000 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Tue Sep 17 19:16:55 2024 +0000 |
tree | ca5fc1a8b4232b28204dfd48d493b0747bc56937 | |
parent | 7f9092291ffeedf6ce12c957b125567df0507346 [diff] |
Bootstrap the edit monitor project Add basic files required for the edit monitor project. The project aims to monitor file changes on Android source trees that are checked out to local disk and upload the edit event logs for post analysis. More details and design doc can be found in the bug. Bug: b/365617369 Test: None Change-Id: Ie5e2bdb0747823f200c87ebe071f5f9a2e567b46
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.