Skip to content

Commit

Permalink
build: envsetup: Ensure that we can always run roomservice
Browse files Browse the repository at this point in the history
Conflicts:
	envsetup.sh
Change-Id: I578cce73f20c86b82c0e0ae852cd0de02f0ed8a3
  • Loading branch information
zwliew authored and semdoc committed Dec 26, 2016
1 parent d3449e8 commit b5e9a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,10 @@ function lunch()
popd > /dev/null
check_product $product
else
T=$(gettop)
pushd $T > /dev/null
build/tools/roomservice.py $product true
popd > /dev/null
fi
TARGET_PRODUCT=$product \
TARGET_BUILD_VARIANT=$variant \
Expand Down

0 comments on commit b5e9a77

Please sign in to comment.