X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosdroid%2FMakefile.am;h=c4bc5b9320c4fc2ea64fdaa74b12b4701831748c;hp=d21cacd87558c6227a69409875cafd9bc50d07ec;hb=0e3b3ce66035e8a90fd708d9a4bc01370174c9eb;hpb=6ff45bef719bafd2c827e479186c8fadf6f779aa diff --git a/altosdroid/Makefile.am b/altosdroid/Makefile.am index d21cacd8..c4bc5b93 100644 --- a/altosdroid/Makefile.am +++ b/altosdroid/Makefile.am @@ -72,15 +72,16 @@ bin/AltosDroid-debug.apk: $(SRC) $(ALTOSLIB) $(SUPPORT_V4) $(GOOGLE_PLAY_SERVICE bin/AltosDroid-release-unsigned.apk: $(SRC) $(ALTOSLIB) $(SUPPORT_V4) $(GOOGLE_PLAY_SERVICES_LIB) ant release -sign: - jarsigner -keystore release.keystore \ +release: bin/AltosDroid-release-unsigned.apk + jarsigner -sigalg SHA1withDSA -digestalg SHA1 \ + -keystore release.keystore \ -signedjar bin/AltosDroid-release-signed.apk \ bin/AltosDroid-release-unsigned.apk AltosDroid - $(SDK)/tools/zipalign -f 4 \ + $(ZIPALIGN) -f 4 \ bin/AltosDroid-release-signed.apk \ bin/AltosDroid-release.apk -clean: $(GOOGLE_PLAY_SERVICES_LIB) +clean-local: $(GOOGLE_PLAY_SERVICES_LIB) ant clean rm -rf $(EXT_LIBDIR) rm -f $(DRAWABLES) @@ -88,7 +89,8 @@ clean: $(GOOGLE_PLAY_SERVICES_LIB) else -clean: +clean-local: endif +clean: clean-local