commit | cb8337ddcbcbc8804c049ad4725f15f3fc7cb01d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Sep 23 12:52:32 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Sep 23 12:52:32 2019 -0700 |
tree | a36d7f38a76bdbae68793c6345db2a012490dd4c | |
parent | 70ef3c1c9dedc11c86203e8666226dd5976279eb [diff] |
Gather lunch choices before printing prompt Get the lunch choices before starting to print the lunch menu prompt so that it doesn't sit at `Lunch menu... pick a combo:` with no choices for a few seconds. Fixes: 138719635 Test: lunch Change-Id: I2bb373ec037bff0ab1d7e4f5ff8a8bd3b57f3263
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.