commit | 55e571f0b6e3cf723904fd74b9ad2e80ac686c11 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Feb 13 22:06:40 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 13 22:06:40 2018 +0000 |
tree | 31d691c48c5ad94c1ad8c7b092ac0132643faad2 | |
parent | 8aaf650a40c10920602fe0d5b9473ba763614e7a [diff] | |
parent | 78eef74e0385973002a475bb41cf6ca4f2c82c71 [diff] |
Merge "releasetools: Specify SWITCH_SLOT_ON_REBOOT for secondary payload." am: 4f0b725439 am: 78eef74e03 Change-Id: I02007c63b6a7398afe8b5304e48c01589842a876
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.