commit | e9046cbbaa3c71e49c7763ecf7ee3c3dc2517d7e | [log] [tgz] |
---|---|---|
author | bohu <bohu@google.com> | Tue Nov 28 09:24:02 2017 -0800 |
committer | bohu <bohu@google.com> | Wed Nov 29 22:08:28 2017 -0800 |
tree | 7b568337ae09aa5c1b0511bc318505c2d201fcb6 | |
parent | 9b292d269e4cb531cfb127e22535e2f0c4a3ab54 [diff] |
emulator: support system-as-root BUG: 69770927 Test: build sdk_gphone_x86-userdebug, boot up to home with Tot emulator Test: build sdk_phone_armv7-userdebug, boot up to home with Tot emulator Change-Id: I39348bf35cb748c08ed68a048389bbfc2279a91c Merged-In: I39348bf35cb748c08ed68a048389bbfc2279a91c
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.