commit | 62ac1d91868b54882609aefb0613efc4f412ca0a | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Nov 07 15:22:07 2024 -0800 |
committer | Cole Faust <colefaust@google.com> | Thu Nov 07 15:22:07 2024 -0800 |
tree | ec41e3c871d54a733675b91eb1b604aa231e02eb | |
parent | 9f24cf9f18074d3806e184cfa9217cffada19a1a [diff] |
Make --allowlists optional We don't always want to use an allowlist. Test: m soong_generated_product_filesystem_test Change-Id: I9e6ae7cdd488f8129fb97cd778ae9e9c77ec3cd2
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.