Merge "Get off my lawn forever!" am: 68a6b90f6b

am: de2b92aa6e

Change-Id: I071b7894230330ef501b4bd932c8cf48e189de0b
This commit is contained in:
Elliott Hughes 2017-12-07 23:53:07 +00:00 committed by android-build-merger
commit 811e87ccbb
1 changed files with 6 additions and 1 deletions

View File

@ -318,7 +318,12 @@ function set_sequence_number()
function settitle()
{
if [ "$STAY_OFF_MY_LAWN" = "" ]; then
# This used to be opt-out with STAY_OFF_MY_LAWN, but this breaks folks
# actually using PROMPT_COMMAND (https://issuetracker.google.com/38402256),
# and the attempt to set the title doesn't do anything for the default
# window manager in debian right now, so switch it to opt-in for anyone
# who actually wants this.
if [ "$ANDROID_BUILD_SET_WINDOW_TITLE" = "true" ]; then
local arch=$(gettargetarch)
local product=$TARGET_PRODUCT
local variant=$TARGET_BUILD_VARIANT