commit | f94225266f0b6794dc39672509c4073fe5c948a6 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Wed Jun 14 08:38:46 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Thu Jun 15 09:28:49 2023 +0200 |
tree | a3bd50de1243fe1bc11c96c829d5314b6237060e | |
parent | 1cda03b44bb061c79d4c449a75f6d7d667d0b50e [diff] |
aconfig: reduce number of #[cfg(feature = "cargo")] uses Group statements with identical #[cfg(feature = "cargo")] attributes in the same block. This reduces repetition and makes the code easier to read and less error prone. Bug: 284779868 Test: atest aconfig.test Change-Id: Iebdcd20e7cd22cb641424a1af594f5c9ac57b623
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.