commit | c32a0ccd3c16117692791176ff7e54f6b48f8dd3 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Oct 07 12:13:00 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 07 12:13:00 2019 -0700 |
tree | f529f8b3fc2972f3371e8da8b8191fe61596e83a | |
parent | 1faa3ffe94cce00fe8bcb19f78b9281ab5b3fe33 [diff] | |
parent | e3fdc126c42ad6125569ea4ee439de86bf242641 [diff] |
Merge "releasetools: Update tests to match SparseImage change." am: d253f8a614 am: e3fdc126c4 Change-Id: I6886609ce22674553c889a2f2de5443fd1f9e8fe
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.