commit | 08a2677fe75561451d946febff1d0d261636220c | [log] [tgz] |
---|---|---|
author | Bo Hu <bohu@google.com> | Thu Jan 09 02:35:07 2020 +0000 |
committer | Bo Hu <bohu@google.com> | Thu Jan 09 02:35:07 2020 +0000 |
tree | b21d9087e761bcced9f0f05bbb1c04aa21f22e23 | |
parent | 70c96c7f11a29665d72f4ca509811780aca2ed42 [diff] |
Revert "unbreak sdk_phone_x86 boot" This reverts commit 70c96c7f11a29665d72f4ca509811780aca2ed42. Reason for revert: root cause fixed Bug: 146580512 Change-Id: I5d841637d5ca0ae8df8f5499a8b3f02488b4814e
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.