commit | 655506b9bdff51e2ae8352b901c5c844ce34e5a3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Apr 21 14:11:16 2022 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Apr 21 14:25:36 2022 -0700 |
tree | 5a77e9860f12bcddec100fbc7c6edcd88bd1eeb8 | |
parent | 3d982efb928a7c2241ab3bef2f7366774dc84867 [diff] [blame] |
Fix update.sh to remove darwin-arm64 Remove darwin-arm64 so that it can be overwritten during the update. Test: update.sh 8484286 Change-Id: I8fcc5d2d69124e4346ad1d41277d249c88048022
diff --git a/update.sh b/update.sh index 72ef070..605c54e 100755 --- a/update.sh +++ b/update.sh
@@ -55,7 +55,7 @@ Test: none" -git rm -rf linux-x86 darwin-x86 manifest.xml +git rm -rf linux-x86 darwin-x86 darwin-arm64 manifest.xml git mv staging/* . rmdir staging git commit -m "Switch to JDK $version" --edit