commit | 8b46e1fd3112bea31d3984f0fffe2a8f609a8cd7 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu May 28 19:11:03 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 28 19:11:03 2020 +0000 |
tree | d4638dfa2ef20fdd7c2d03f80b85c480a8a4f183 | |
parent | 6644514e97f943779c1361bd366fba3e615998e9 [diff] | |
parent | 726d20a68ff73e5a75fc772eddfb1a3fb5b32872 [diff] |
Reland "Add a wrapper class PartitionBuildProp"" am: 726d20a68f Change-Id: I3de59bfc7127aee6daf31eab97f0586c79621644
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.