commit | 1829eb172eb2a16fb5b5bad8bc8b95ac0d245178 | [log] [tgz] |
---|---|---|
author | bohu <bohu@google.com> | Mon Jun 04 14:11:55 2018 -0700 |
committer | Anton Hansson <hansson@google.com> | Wed Jun 20 14:11:32 2018 +0100 |
tree | ff15ef539ad0cc673a18fdd72f99c961efb681cc | |
parent | dabf1a0c5a5d2b1305596a7952f9a4b70d178a5b [diff] |
emulator: base sdk_phone_x86/64 images on aosp BUG: 79941736 this cl only impacts emulator images Test: lunch sdk_phone_x86; m; emulator boots Change-Id: I63bc56ba69d313515ec3a1c73206f9a125a697ab Merged-In: I63bc56ba69d313515ec3a1c73206f9a125a697ab (cherry picked from commit c5e25e9b84ac24a5f6467c9c830fee0b50df0e61)
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.