commit | bbe6a022a32c66f77f72beba3396cb2d5e4d8e79 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sun Jun 10 14:49:01 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Jun 12 13:48:49 2018 -0700 |
tree | 54aebfa95881a7a167e62dd04962a1ac8f5ec73a | |
parent | acbfc3fb947bef37dee8874bbf81acfd3239ca64 [diff] |
Restrict characters in module names See the Changes.md documentation for more information. Test: build_test on downstream branches Change-Id: I1524b1dbfd44a7feac3b9a212f37986f870bd837
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.