From 158308894a04d1813c64093ccfd6555165a04d3f Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 9 Sep 2014 16:42:11 -0700 Subject: [PATCH] Remove reference to old extlibs dir --- ports/android/Makefile | 1 - 1 file changed, 1 deletion(-) 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" \