commit | 72b65abd41376b314576c327502cbb97bb8b5a19 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu May 23 19:48:13 2019 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu May 23 19:48:13 2019 +0900 |
tree | 15a564e17a1ada12dd7ec3c8f1432769812b50ac | |
parent | 0c45b0d982d7e2817515cc483729f96bf7f11473 [diff] |
Remove recovery.id completely Since aosp/887473 removed ro.expect.recovery_id, There is no usage of "RECOVERYIMAGE_ID_FILE" which points $(PRODUCT_OUT)/recovery.id. Test: m && boot Change-Id: I704af874b7e4141d2e006595242f7b681aa47f05
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.