commit | 60dd9ddce9e75a4ef4c404b2178cc68c5df7f572 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Fri Apr 19 00:07:59 2024 +0000 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Fri Apr 19 17:38:17 2024 +0000 |
tree | e1b04deeedec9d74178961ff6627ce3b479e31a0 | |
parent | ad64a4d2962901ec4412efa47cdb3e6df00576f0 [diff] |
Support tool event logging for ADB invocations Note that tool logging is still disabled by default. This change validates that the ADB shell function does not break any user flows when integrated with the logging facility. Test: adb devices -l Bug: 331638854 Change-Id: Ic27fd44c9385ca48df79f2d7570c037b6fe18232
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.