commit | d75493e3a04701b258ee6f4110a42800f545a32e | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Mon Oct 07 19:00:28 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Mon Oct 07 19:03:04 2024 +0000 |
tree | c44e782e5035c9bd887c6adff5718ee87263582d | |
parent | 1fe1ab914bd60e098933e5fc775b2ef80310ddce [diff] |
Remove aconfig storage files from next allolwlist Bug: 369678122 Test: verified that these files do not appear in the `fileList` of `generic_system_image` when building with TARGET_RELEASE=aosp_current (more precisely, any release config which is not trunk_staging or trunk) Change-Id: Icf175df9846deb8b3e82b33469be890eb4b038f9
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.