commit | 60a47827cbee10c67e963d78bb9218e7c1576576 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Aug 14 11:29:51 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Aug 14 11:30:58 2018 -0700 |
tree | 9f55d563285188cded21f7b2638d3038838bb89b | |
parent | 1efb8a7a83ceff2fd3e005b70c518a73cbe816f8 [diff] |
Revert "Generate the list of installed files in recovery image." This reverts commit 774f63db4a5c226a1b78df0c8a7e3a700551337c. Bug: 112590987 Test: N/A Change-Id: I7b1c642149d45071ae4c8c9a2cedc40b4e360397
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.