commit | 02a9374e93b5fd47279988279108784b272c8d85 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Fri Feb 16 03:46:13 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 16 03:46:13 2018 +0000 |
tree | 158ad919e9fd90db92b0e7b4dfe3bf0bb09f8f0b | |
parent | 1697a9b6f006f7102bedf21412a1a564c0d9527b [diff] | |
parent | dc6e822374224020ddc7194ab4f36274f236d864 [diff] |
Merge "NO_STANDARD_LIBRARIES := true blocks ALL resource libraries" am: dc6e822374 Change-Id: I7bd7c56e4d1c6d0b43729c772b61ef8f8da77be9
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.