commit | 42047e79beb504b7ce80c85962a64b202862d5f9 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Aug 15 10:14:22 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 15 10:14:22 2018 -0700 |
tree | 5315e28927f36b5b0ad2e89da15040e9590d6446 | |
parent | bfc7a2f38fd5b2b06b3ef4ba3921ee1407c82608 [diff] | |
parent | e38c668648306730c636250a9fd3978364a65e17 [diff] |
Merge "Reland "Generate the list of installed files in recovery image."" am: 5d1b46784d am: 381e9ff950 am: e38c668648 Change-Id: I14d535bd99e97742a1da3bffda2766b3cf23026a
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.