commit | 1b4127b85a3e981563a45c88b50be39a6c378e83 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Oct 07 13:16:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 07 13:16:32 2019 -0700 |
tree | 300b76e117adebc96fda2241ded7816e59b884a1 | |
parent | beb729f812e7e57c584ed89b417c1a880d550d32 [diff] | |
parent | b6d4556896e702e61241886dc47dd791527ce743 [diff] |
Merge "releasetools: Update the handling of recovery fstab." am: 7b1c49a70d am: 802fd89263 am: b6d4556896 Change-Id: Ie6563f4bb5b8c9139947a2dfd4c9921346cb9c81
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.