commit | 91c468804542933351c682485fd24cdb7bcabca2 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Jun 29 03:09:58 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 29 03:09:58 2018 -0700 |
tree | e9d75fac59ece472bb4ced384c10d5c32db3c4ae | |
parent | ef8690b797edd12c76df8eefebe68946c74b9ca3 [diff] | |
parent | c74d03ed18c076001367eee5551d99b86890f09f [diff] |
Merge "Add some experimental mainline targets." into stage-aosp-master am: c74d03ed18 Change-Id: Ic85dbb05e5e1c23d689487fc34f6eef51f01cb10
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.