commit | 866af5afae8398a5fda52203fcc49f311a175365 | [log] [tgz] |
---|---|---|
author | Bo Hu <bohu@google.com> | Wed Jun 20 01:38:55 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 20 01:38:55 2018 -0700 |
tree | cf22e3bf556931a58aa9c774613ef111890e14f0 | |
parent | c83dcc27d3c26c9a80f9a42aa439715a53f56741 [diff] | |
parent | 33b7ff0347ef10f7d24d4d7b7ca6c605bf730f66 [diff] |
Merge "Revert "Revert "emulator: base sdk_phone_armv7/64 on aosp""" am: 9379de6756 am: c2c164504d am: 33b7ff0347 Change-Id: I256a1b9e384645f8053cec24acf59a6281036a8a
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.