Remove reference to old extlibs dir

This commit is contained in:
Matt Brubeck 2014-09-09 16:42:11 -07:00
parent de849f27c1
commit 158308894a

View file

@ -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" \