mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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…
Add table
Reference in a new issue