commit | ddc18cf5d95c9f22440f97af7e7166e5754e6978 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Jun 06 14:58:18 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jun 06 14:58:18 2022 +0000 |
tree | 6519aa10e2440c4533788153d8637ba9369ab6c5 | |
parent | bd9ec1c203ce2a840d11eda6a30c9a8c0eb86466 [diff] | |
parent | 288d4b6149f9fe5618fda907c137334191551254 [diff] |
Merge "Change default arch for banchan to arm64" into tm-mainline-prod
diff --git a/envsetup.sh b/envsetup.sh index be6061d..d08028c 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -890,7 +890,7 @@ fi if [ -z "$product" ]; then - product=arm + product=arm64 elif [ $(echo $product | wc -w) -gt 1 ]; then echo "banchan: Error: Multiple build archs or products supplied: $products" return