commit | 3bbd1243243f930b674a447fdc3f5d78fffab3a4 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Sep 18 11:01:03 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 18 11:01:03 2019 -0700 |
tree | a51a5b5e0e550e0fcb18de7a98c40408cc0c50d8 | |
parent | a9ef5327b3f1569d2c0f7e5ca98b3280d6e91508 [diff] | |
parent | 48f797e55c423d5b635b3ac32c4e54dfd67c81fb [diff] |
Merge "releasetools: Remove more images out of secondary payload." am: baa7ca0eca am: 48f797e55c Change-Id: I02ca132a20acf574e435e4ca0e7a1cc733770c84
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.