You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
300 B
7 lines
300 B
9 years ago
|
#!/bin/sh
|
||
|
|
||
|
ndk-build NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=1 V=1 -j5 APP_CFLAGS="-w"
|
||
|
ant debug
|
||
|
#jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../myks.keystore bin/mod-unsigned.apk xashdroid -tsa https://timestamp.geotrust.com/tsa
|
||
|
#zipalign 4 bin/cs16-client-unsigned.apk bin/mod.apk
|