From 6679313a28c24f9fe5f1e1c705b66a511d6eeccc Mon Sep 17 00:00:00 2001 From: "Changseok, Oh" Date: Tue, 29 Aug 2017 18:34:41 +0900 Subject: [PATCH] disable creating emulator rootstrap Change-Id: Ibbede555fb1592b26c22f49b3c28db537e48b677 Signed-off-by: Changseok, Oh --- make_rootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_rootstrap.sh b/make_rootstrap.sh index 73bae5a..11536a8 100755 --- a/make_rootstrap.sh +++ b/make_rootstrap.sh @@ -206,7 +206,7 @@ done if [ "$OPT_TARGET" = false ] && [ "$OPT_EMULATOR" = false ] then OPT_TARGET=true - OPT_EMULATOR=true + OPT_EMULATOR=false fi ############################################################################### -- 2.34.1