Updated Makefile to generate empty default.properties file
This commit is contained in:
parent
6d168d368f
commit
af6fdb0b78
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -54,6 +54,7 @@ update-project:
|
|||
$(SDK_PATH)/android update project --path .
|
||||
echo "key.store=$(KEYSTORE)" > ant.properties
|
||||
echo "key.alias=$(KEYALIAS)" >> ant.properties
|
||||
touch default.properties
|
||||
|
||||
generate-apk:
|
||||
ant debug
|
||||
|
|
Loading…
Reference in a new issue