commit | 398bd879502c88856cae6daca5b9160bd0bdfae0 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon Jun 13 19:37:20 2022 +0000 |
committer | Bob Badour <bbadour@google.com> | Tue Jun 14 00:03:23 2022 +0000 |
tree | c3cce31787967652e262f439e74a402db9e116f4 | |
parent | 68975ad0fda6f41e1ec1916a78f78a87f217029c [diff] |
Revert "Revert "Revert "Create lists of projects to share per dist target""" This reverts commit 82040d9882bdd30e06ae2f71510089a48027152a. Reason for revert: Advised to switch to using TARGET_BUILD_APPS Change-Id: If56a1fceb5da66b90b7b0ec2275ec429661515b4
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.