commit | f32607a02308a62172529331e087733f055c2f72 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jun 11 08:31:41 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 11 08:31:41 2019 -0700 |
tree | 14edec6d2cf016a9d0cfa7cb9c455e1a6fb4bd0b | |
parent | 7c3ba7aa9c4555f9fd5e34687e2c0334af40ff66 [diff] | |
parent | 365738bfeb686c8183969eab295c3f48f92af381 [diff] |
Merge "releasetools: No-op change to use common.AVB_VBMETA_PARTITIONS." am: 4995d2fe16 am: 601fc23eee am: d05c5b091c am: 365738bfeb Change-Id: I29dd67e42efa5bebac3cfb05b32cdd707268cfac
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.