File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ x86() {
1414 echo " Building mimir for x86"
1515
1616 bash scripts/build-android.sh x86
17-
17+ ls -l
1818 mkdirJniLibs x86
19- mv .mimir/ platform-build/jniLibs/x86/libembedded_milli.so " $PUB_CACHE " /hosted/pub.dev/flutter_mimir-* /android/src/main/jniLibs/x86/
19+ mv platform-build/jniLibs/x86/libembedded_milli.so " $PUB_CACHE " /hosted/pub.dev/flutter_mimir-* /android/src/main/jniLibs/x86/
2020}
2121
2222x64 () {
@@ -25,7 +25,7 @@ x64() {
2525 bash scripts/build-android.sh x64
2626
2727 mkdirJniLibs x86_64
28- mv .mimir/ platform-build/jniLibs/x86_64/libembedded_milli.so " $PUB_CACHE " /hosted/pub.dev/flutter_mimir-* /android/src/main/jniLibs/x86_64/
28+ mv platform-build/jniLibs/x86_64/libembedded_milli.so " $PUB_CACHE " /hosted/pub.dev/flutter_mimir-* /android/src/main/jniLibs/x86_64/
2929}
3030
3131armv7 () {
@@ -34,7 +34,7 @@ armv7() {
3434 bash scripts/build-android.sh armv7
3535
3636 mkdirJniLibs armeabi-v7a
37- mv .mimir/ platform-build/jniLibs/armeabi-v7a/libembedded_milli.so " $PUB_CACHE " /hosted/pub.dev/flutter_mimir-* /android/src/main/jniLibs/armeabi-v7a/
37+ mv platform-build/jniLibs/armeabi-v7a/libembedded_milli.so " $PUB_CACHE " /hosted/pub.dev/flutter_mimir-* /android/src/main/jniLibs/armeabi-v7a/
3838}
3939
4040arm64 () {
@@ -43,7 +43,7 @@ arm64() {
4343 bash scripts/build-android.sh arm64
4444
4545 mkdirJniLibs arm64-v8a
46- mv .mimir/ platform-build/jniLibs/arm64-v8a/libembedded_milli.so " $PUB_CACHE " /hosted/pub.dev/flutter_mimir-* /android/src/main/jniLibs/arm64-v8a/
46+ mv platform-build/jniLibs/arm64-v8a/libembedded_milli.so " $PUB_CACHE " /hosted/pub.dev/flutter_mimir-* /android/src/main/jniLibs/arm64-v8a/
4747}
4848
4949test -d .mimir || exit
You can’t perform that action at this time.
0 commit comments