commit | 59e49510215480438e57c4b3076e9fd4a310bf23 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Apr 15 17:05:08 2022 +0000 |
committer | Bob Badour <bbadour@google.com> | Fri Apr 15 17:29:26 2022 +0000 |
tree | 78b0ef72099fa1c907b4dd8d1e7e35c5bb87635b | |
parent | 90814c070685cf4f1ba465d8daf1bc61b7aac932 [diff] |
Revert "Create lists of projects to share per dist target" This reverts commit 1fd4bda634c8492546b4a2de383e22a4c525383a. Reason for revert: Causes flaky build breakages Bug: 229319921 Change-Id: I82e660e95c8d4d72b88d2de58d82e0d4be901869
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.