fix end of line sequence for fix-d8dx.sh

This commit is contained in:
chromium 2023-05-27 16:09:52 +02:00
parent 1e5e984fe6
commit 80f1896752

View File

@ -1,6 +1,6 @@
#!/bin/sh
cd $ANDROID_SDK/build-tools/31.0.0 &&
mv -v d8 dx &&
cd lib &&
mv -v d8.jar dx.jar
#!/bin/sh
cd $ANDROID_SDK/build-tools/31.0.0 &&
mv -v d8 dx &&
cd lib &&
mv -v d8.jar dx.jar