commit | 6b15ea6e2ce2fba4a67cb2d45a3e60af8d6d0450 | [log] [tgz] |
---|---|---|
author | Po-Chien Hsueh <pchsueh@google.com> | Fri Sep 21 09:08:23 2018 +0000 |
committer | Po-Chien Hsueh <pchsueh@google.com> | Fri Sep 21 17:28:53 2018 +0800 |
tree | 6b9b900f10d3652c9d11007bd9d322caeee8cb29 | |
parent | f04d401c3be1f0f16fcb5113717dd0bc7d5ca6d9 [diff] |
DO NOT MERGE ANYWHERE: Revert "Split PRODUCT_USE_LOGICAL_PARTITIONS into sub-flags." This reverts commit 5c5c29709252307067372cc26a0cb5b87bbca326. Reason for revert: This cherry-pick is done incorrectly. Doing it again Change-Id: I1f7d39ea59e5b2e38934b564a107b33d4fd4a41d
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.