commit | 26201a4d4414cc0a1dc504a35d2829403c0ca3aa | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Thu Dec 21 22:25:40 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 21 22:25:40 2017 +0000 |
tree | 47eda77d9b66afd94f6e0eaf637859c04ea85f47 | |
parent | db2cc74d5ced8317dfc338c7a505147701fb670f [diff] | |
parent | 4ccd1a5a001f1acc81ab73f038baff7e9ee7876c [diff] |
Merge "Auto generate test config files" am: 3c28ff7bff am: 4ccd1a5a00 Change-Id: Ibc089081ab2925f8e3453eddf8c64d81d3b49596
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.