Commit eb7cb88864da70baa0173b06890bb9419b6fe74c
1 parent
9ba1f408
Exists in
master
and in
5 other branches
Android - Atualizando automaticamente os indicadores de versao/release
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
android/Makefile
... | ... | @@ -84,6 +84,9 @@ pw3270-release-unsigned.apk: icons libs/armeabi/lib3270.so $(JAVASRCDIR)/*.java |
84 | 84 | @JAVA_HOME=$(JDK_HOME) $(ANT) release |
85 | 85 | |
86 | 86 | libs/armeabi/lib3270.so: jni/lib3270jni.h jni/*.cpp |
87 | + @echo " GEN $@" | |
88 | + @chmod +x ../src/lib3270/mkversion.sh | |
89 | + @../src/lib3270/mkversion.sh | |
87 | 90 | @$(NDKBUILD) |
88 | 91 | |
89 | 92 | icons: $(foreach DIR, $(RESOLUTION), res/drawable-$(DIR)/ic_launcher.png) | ... | ... |