commit | 19481ce9023da07cf170fda27d33675d69177875 | [log] [tgz] |
---|---|---|
author | bohu <bohu@google.com> | Tue Jun 19 20:15:20 2018 -0700 |
committer | bohu <bohu@google.com> | Tue Jun 19 21:32:05 2018 -0700 |
tree | c7cb79889d33115bae64662d0b9403c51c3f7fa3 | |
parent | 6291a4a258239fc91d43b392f35358b0379f4675 [diff] |
Revert "Revert "emulator: base sdk_phone_armv7/64 on aosp"" This reverts commit c82af2f6a9ab5facd9a4736e3a402e64bd81c3c3. Change-Id: I62ce24e5b58b15b0c9026ebfea23860ec2f9bfae
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.