diff options
author | Keith Packard <keithp@keithp.com> | 2012-01-01 11:21:49 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-01-01 11:21:49 -0800 |
commit | 64bd4c93e760b6b82ce21f8101fe57242a302a00 (patch) | |
tree | cabdeba8073616ce5a9125b15eed52d26124bc16 /ant.properties | |
parent | 4104c8c94ccf3598bc5c46c946098050b093d7e8 (diff) |
Use ant for now
apkbuilder isn't supported any longer, so it doesn't appear possible
to build with make until some replacement shell tool is created.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ant.properties')
-rw-r--r-- | ant.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ant.properties b/ant.properties index ee52d86..5c19441 100644 --- a/ant.properties +++ b/ant.properties @@ -15,3 +15,7 @@ # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. +key.store=keystore +key.alias=bob +key.store.password=altusmetrum +key.alias.password=altusmetrum |