]> Pileus Git - ~andy/spades/commit
Update makefile for release build
authorAndy Spencer <andy753421@gmail.com>
Sat, 27 Apr 2013 01:47:45 +0000 (01:47 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 27 Apr 2013 02:30:00 +0000 (02:30 +0000)
commit19dc339ddf4ee1bd8ee4200d2d99ab8717aa7757
tree5e78bed8ad03eb775358a3e4053c1f3007a71303
parentdb1bf55fc47cea610a1f1ae4baa4cecba3685886
Update makefile for release build

- Add debug and release targets
- Add key signing for release target
- Prevent deleting intermediate files
- Fix non xml resources
- Miscellaneous formatting

OpenSSL can be used to create a Java compatible KeyStore from a PEM
encoded certificate and key:

    openssl pkcs12 -export \
     -name  android     \
-in    android.crt \
-inkey android.key \
-out   android.p12
makefile