commit | 91763e93e67bc0bd727c982eaeff99942c9e91ed | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Oct 03 15:13:12 2019 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Oct 03 15:15:37 2019 -0700 |
tree | ba62f38041e6aa166dc6155b4dca64d55a49d1d6 | |
parent | bda45088a26f95346f38b6c246d9f2c401b88d30 [diff] |
Fix lunch choices w/zsh zsh doesn't split variables (by default), but it will split command output. bash will split both. Apparently a portable way to do this in both is to just turn it into another command: "$(echo $var)". Test: source build/envsetup.sh; lunch (see list; repeat in bash and zsh) Change-Id: I9716a8d77aefdf05da8923deb9e37e0b6132b549
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.