commit | da971062843acd55b3c57d83479711635a1fd076 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Mon Jun 18 10:15:19 2018 -0700 |
committer | Makoto Onuki <omakoto@google.com> | Mon Jun 18 15:35:40 2018 -0700 |
tree | 532813d67b0eae0ab1d3d5edca1a90d216314961 | |
parent | 500fccebf75572701730082de13108bded5d2739 [diff] |
Envsetup: Add way to skip installing completions Skip installing completion if ENVSETUP_NO_COMPLETIONS is set to 1. Test: Following command with debug log added: $ ENVSETUP_NO_COMPLETION=adb:fastboot:bit . build/envsetup.sh -> no completion installed $ ENVSETUP_NO_COMPLETION=adb . build/envsetup.sh -> adb completion isn't installed $ ENVSETUP_NO_COMPLETION=a . build/envsetup.sh -> all completions installed $ ENVSETUP_NO_COMPLETION=fastboot . build/envsetup.sh -> fastboot completion isn't installed Change-Id: I9f907585a1d2413f55ffcb6c7c01e49d1b55a3e0
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.