commit | ffebeff06ed0cb85faa61f22091a68297f287cf4 | [log] [tgz] |
---|---|---|
author | Andrew Lewis <andrewlewis@google.com> | Thu Oct 03 10:48:45 2019 +0000 |
committer | Andrew Lewis <andrewlewis@google.com> | Thu Oct 03 10:48:45 2019 +0000 |
tree | 617a322e7b75735cf894b51d20bc9980b7001975 | |
parent | 572ce182ef88c351d5e24dd50f8b913578e5b907 [diff] |
Revert "[MultiDisplay] remove emulator_system.mk" This reverts commit 572ce182ef88c351d5e24dd50f8b913578e5b907. Reason for revert: breaks build_test on git_master Change-Id: I4ba0825ee84f4535ec5efd7a7d1ebe3c80d7b17a
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.