commit | 73b8481edf3801e5c1b796dd5aacb47fd53b7669 | [log] [tgz] |
---|---|---|
author | dimitry <dimitry@google.com> | Tue Dec 11 18:06:00 2018 +0100 |
committer | dimitry <dimitry@google.com> | Tue Dec 11 18:06:00 2018 +0100 |
tree | 42b40e92e68b1985c2b53845803bde3b1f0dd5cf | |
parent | 19e65028847461c3ac922aaad68efc79c4bd41ea [diff] |
Rename _complete-android-module-names A function name with dashes is apparently not universally recognized by shell versions/variants(?). Using underscore in place of dashes solves this problem. Test: ./development/vndk/tools/header-checker/utils/create_reference_dumps.py -l libGLESv1_CM Change-Id: Id7d701600760140dae9e4762a11f4abd64947d10
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.