summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh
index cf7b1a6..cfc02c7 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -600,6 +600,8 @@ function lunch()
build/tools/roomservice.py $product
popd > /dev/null
check_product $product
+ else
+ build/tools/roomservice.py $product true
fi
if [ $? -ne 0 ]
then