commit | db8bfbd361965d2b36a1e2dc7666c4111b8551ae | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed May 15 03:45:13 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 15 03:45:13 2019 -0700 |
tree | 66a7003349f196d5d7ffb801ba1bc43ad900dab7 | |
parent | 443a7582459f447b9710bf54c01078ad5cd95afe [diff] | |
parent | 3e554c397334bab4b72f247131e719602981a3ce [diff] |
Merge "Move default setting of a product variable" am: b35b427769 am: 3e554c3973 Change-Id: Icdcaf620d8750c664eb33006589d08035ce2f65f
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.