commit | e62a8b3d0e7c5297b91bc6870a6dce6a0b14d4e1 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Wed Mar 27 06:20:20 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 27 06:20:20 2019 -0700 |
tree | 3ca0c85efaa2296ae022237c51dcf5b0e4e73773 | |
parent | e3721ac8c0ffd4c63c2bc2a2c1d91f82c8debf6b [diff] | |
parent | c31910805e21a120ac8248369f27e166b1af5cf6 [diff] |
Merge "Phase out all _a targets" am: fde506a6d7 am: 969c3cd3ba am: c31910805e Change-Id: I4b9230194542440fe49fa6f82294e48cc348feca
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.