Fix last commit

This commit is contained in:
Erwan Croze 2017-02-22 11:21:43 +01:00
parent 443ec034c4
commit c94395073b
2 changed files with 2 additions and 4 deletions

1
default.properties Normal file
View file

@ -0,0 +1 @@
version.name=""

View file

@ -205,10 +205,7 @@ PACKAGE_NAME=$(shell sed -nE 's|<property name="linphone.package.name" value="(.
.PHONY: all .PHONY: all
.NOTPARALLEL: all generate-apk generate-mediastreamer2-apk install release .NOTPARALLEL: all generate-apk generate-mediastreamer2-apk install release
all: version-name update-project generate-apk all: update-project generate-apk
version-name:
echo "version.name=$(LINPHONE_ANDROID_VERSION)" > default.properties
build: $(addsuffix -build, $(archs)) build: $(addsuffix -build, $(archs))