commit | 7930dd7fb28441de2fccf86f8af3f9f2adb51528 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Wed May 22 17:28:25 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Wed May 22 19:23:46 2024 +0000 |
tree | bb06a2c7fc9c35c809a6697c30b82945778cc394 | |
parent | 22135a0b0c25ffe3224eb5e09b9f818b97a62b9e [diff] |
Drop product config include tags This product config variables were previously used to prune Android.bp files from soong analysis using blueprint_package_includes Bug: 308188212 Test: m nothing Change-Id: If3f88dbe2abb2db5f1112981e706d8a2cb228895
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.