Fix last commit
This commit is contained in:
parent
443ec034c4
commit
c94395073b
2 changed files with 2 additions and 4 deletions
1
default.properties
Normal file
1
default.properties
Normal file
|
@ -0,0 +1 @@
|
||||||
|
version.name=""
|
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue