Merge "Fix build_vendor script bug" am: 2056001c65
Original change: https://android-review.googlesource.com/c/platform/development/+/2192193 Change-Id: I7bb23dee813a969797bf045fc60e7cdfa25bde02 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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};;
|
||||
|
||||
Reference in New Issue
Block a user