commit | 78d1c93e12b2d82cac85d9b78a710c64a5bc0fad | [log] [tgz] |
---|---|---|
author | Rett Berg <rett@google.com> | Thu Jan 24 14:34:23 2019 -0800 |
committer | Rett Berg <rett@google.com> | Wed Jan 30 12:47:13 2019 -0800 |
tree | feece7e9672e147115a534841536e82b962ae2a9 | |
parent | 8faac3669e25e989ee8f0be854f906a44f68e23d [diff] |
add pathmod to envsetup.sh for making finding paths to modules easier Change-Id: Ice1f2ff6d46a61bca5a4ddc1163af36c89947822 Test: gomod vsoc_lib && pwd Test: pathmod vsoc_lib Test: pathmod foobar # get error message Test: gomod foobar # get error message, directory doesn't change
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.