option: set false by default
authorDongkyun Son <dongkyun.s@samsung.com>
Mon, 18 Sep 2023 01:39:33 +0000 (10:39 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 19 Oct 2023 06:59:17 +0000 (15:59 +0900)
OPT_TARGET and OPT_EMULATOR are not affected in build.

Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
make_rootstrap.sh
make_rootstrap_64.sh

index 47145d2a508fedc5571687a275ac2cf62ee4aed9..65c8ebab7cd9c29f9d02d3018dbf85c37b2fa52c 100755 (executable)
@@ -137,8 +137,8 @@ function callRootstrapGen () {
 
 
 GLOBAL_ERROR="0"
-OPT_TARGET=true
-OPT_EMULATOR=true
+OPT_TARGET=false
+OPT_EMULATOR=false
 OPT_DOWNLOAD_RPM=false
 OPT_CLEAN=true
 OPT_CONF=""
index f43655c773ced840d0a5df4fb96f917abe7568be..2110a6617dbe84f39971a5015d0a900d29f206e9 100755 (executable)
@@ -137,8 +137,8 @@ function callRootstrapGen () {
 
 
 GLOBAL_ERROR="0"
-OPT_TARGET=true
-OPT_EMULATOR=true
+OPT_TARGET=false
+OPT_EMULATOR=false
 OPT_DOWNLOAD_RPM=false
 OPT_CLEAN=true
 OPT_CONF=""