commit | bbeda859494496524ee7a05d7a888b22c040ad79 | [log] [tgz] |
---|---|---|
author | Oriol Prieto Gasco <opg@google.com> | Mon Dec 11 12:10:36 2023 +0000 |
committer | Oriol Prieto Gascó <opg@google.com> | Mon Dec 11 18:45:06 2023 +0000 |
tree | 283db43592a1bd4d02be15a4e8aa7fa65e0afb95 | |
parent | 7c607a0e3264bb4ae4d2815920e2860dd1b9194e [diff] |
aconfig: Respect flag naming convention on test flags Test: atest aconfig.test Bug: 311152507 Change-Id: I960867d32415007db5dacab57e97b813cbbee650
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.