commit | e8de9ece30b1f15820fd5cd7bde75da2281b084a | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Jan 18 18:04:20 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 18 18:04:20 2019 -0800 |
tree | 4e62659f0e0654d3a3adb326da57fb975b9ce6aa | |
parent | 26246b3ee15b51dbeebd05adb0d2c448c9834a2c [diff] | |
parent | 71be05d4e6f3638ffbe63291d52f9f002d86c773 [diff] |
Merge "Define non-system module as variable" am: 6bd6318880 am: 71be05d4e6 Change-Id: I5ef9c1d037c1e6d83aa182246a771a75e1285a80
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.