Skip to content

Commit

Permalink
Remove arm64 dir (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnsch authored Jun 26, 2020
1 parent af4d370 commit 26d7dc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/scripts/make_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ PATH_TO_ANDROID_MAIN=$PATH_TO_ANDROID_LIBRARY/core/src/main

rm -fr $PATH_TO_ANDROID_MAIN/jniLibs
mkdir $PATH_TO_ANDROID_MAIN/jniLibs
mkdir $PATH_TO_ANDROID_MAIN/jniLibs/arm64
mkdir $PATH_TO_ANDROID_MAIN/jniLibs/arm64-v8a
mkdir $PATH_TO_ANDROID_MAIN/jniLibs/armeabi
mkdir $PATH_TO_ANDROID_MAIN/jniLibs/x86_64
Expand Down

0 comments on commit 26d7dc7

Please sign in to comment.