android: use "strip" from the Android NDK

This commit is contained in:
Max Kellermann
2014-03-01 08:52:28 +01:00
parent 5bc5abf0e7
commit b2c523e56d
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ libmpd_a_DEPENDENCIES += android/build/include/org_musicpd_Bridge.h
android/build/libs/armeabi-v7a/libmpd.so: libmpd.so android/build/build.xml
mkdir -p $(@D)
rm -f $@
strip -o $@ $<
$(STRIP) -o $@ $<
android/build/bin/Main-debug.apk: android/build/build.xml android/build/libs/armeabi-v7a/libmpd.so
cd android/build && ant nodeps debug