commit | 817c15018dbca3a3498eb5c68f9998274b8f4184 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Thu Jan 23 18:15:39 2025 +0000 |
committer | Zhi Dou <zhidou@google.com> | Thu Jan 23 20:32:05 2025 +0000 |
tree | 413548afaac6239a36f8121924a6726c387bae48 | |
parent | d664f62808565871211cbb8e970016e57126bd39 [diff] |
remove unused files in fake_device_config Test: presubmit Bug: 391886632 Change-Id: Id5343b1bd4818a2a220a9d94eeac05980b7ab4b9
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.