commit | 2ed87d01373ce544857da5185d0102204ce49ccc | [log] [tgz] |
---|---|---|
author | Bo Hu <bohu@google.com> | Tue Jun 19 13:45:04 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 19 13:45:04 2018 -0700 |
tree | 61a985b3e72d30d652a342de96b25253b174bb66 | |
parent | faad18291ab9b35cfbec807375e81f85649c75ba [diff] | |
parent | 5ce1e519ea30c6c6ee9ec79d4e3770cac87fce87 [diff] |
Merge "emulator: base sdk_phone_armv7/64 on aosp" am: 5ce1e519ea Change-Id: I9284449872882da56972e8b740bd6043746f1984
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.