diff --git a/ports/android/Makefile b/ports/android/Makefile index d4fe5eb580f..6328462c60b 100644 --- a/ports/android/Makefile +++ b/ports/android/Makefile @@ -8,7 +8,6 @@ all: find ../../rust/lib/rustlib/arm-linux-androideabi/lib \ -name '*.so' -type f -size +1c | \ xargs -I {} cp -f {} libs/armeabi - cp -a extlibs/* libs/armeabi $(ANDROID_SDK)/tools/android update project \ --name ServoAndroid \ --target "android-18" \