Fix build_vendor script bug

Test: manual
Change-Id: I345151ed956a94f681388ab167c912304618130a
This commit is contained in:
Inseob Kim
2022-08-23 10:05:18 +09:00
parent 159371eef5
commit 9c1140b920

View File

@@ -27,10 +27,10 @@ Builds a vendor image for given product and analyze ninja inputs.
-h display this help and exit
EOF
exit
exit 1
}
while getopts d:p:r:h flag
while getopts d:p:r:i:h flag
do
case "${flag}" in
d) device=${OPTARG};;