commit | e01a5759b7e59f67c534c901e3ae7dcc8d14bd8a | [log] [tgz] |
---|---|---|
author | Tobias Thierer <tobiast@google.com> | Fri Dec 22 13:31:41 2017 +0000 |
committer | Tobias Thierer <tobiast@google.com> | Fri Dec 22 13:31:41 2017 +0000 |
tree | 2dc2e857f5efc3f0dd489b7d44602ebe708d2b4a | |
parent | bba0ef24c22d75d677e452963a8b939438bc87b1 [diff] |
Revert "emulator: add check_emu_boot.mk" This reverts commit bba0ef24c22d75d677e452963a8b939438bc87b1. Reason for revert: Broke aosp_arm64_ab-userdebug build on internal master. Change-Id: I04ca552174bc2731cb69ee8485d50f4c190c0d27
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.