commit | f819c7dd41d928add4af2560f887f2ba80dbe7e5 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Jun 29 15:06:12 2022 +0000 |
committer | Bob Badour <bbadour@google.com> | Wed Jun 29 15:06:12 2022 +0000 |
tree | ddd7cbfdf85b58adcc0733180a1a9165f521a28f | |
parent | 5a4fe7aa6299a5760c8d4ae2a9787ae51756948c [diff] |
Revert "Revert "Revert "Target dist files not dist goals.""" This reverts commit 5a4fe7aa6299a5760c8d4ae2a9787ae51756948c. Bug: 237412270 Reason for revert: b/237412270 Change-Id: I467a0fe71f62babeba2ee0829cb68ba656743c94 Merged-in: I517c087b3452d305e8d82b38d0c36bff4894558c
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.