commit | 9600655fac7626630c5573e9701e82168e3db6de | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Wed Mar 14 22:00:41 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 14 22:00:41 2018 +0000 |
tree | 687b2df717fd4e60a1b80f5120c1b0f52e4b500d | |
parent | 391a95da7eabd8e8a28d3010250a51c55a6ead99 [diff] | |
parent | d3547d9d5b2385605316c8a6d356bbb3991d25d9 [diff] |
Merge "Enable apps to build with resource namespaces" am: d3547d9d5b Change-Id: I52e7d6c6c805123e0e0815a52854e848ea473ffe
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.