commit | 33e9e4853c4c3687bf9d71d221c7e8a85b4c32c2 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 10 22:10:14 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 10 22:10:14 2020 +0000 |
tree | 863e63f3e2b8579b9b552b64a1cdcb40d704a5e9 | |
parent | 6750886fce0d8c634d4a35fb45a40929e76def94 [diff] | |
parent | 98bc85f9f9c426892183a0fc7dc587962b9a9f67 [diff] |
Merge "Do not assign 'false' to PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE" am: 10a1d48e31 am: 7bb6cf5277 am: 98bc85f9f9 Change-Id: Icb328d70532d02654132ba9f5711696514f0af8e
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.