Do update-project before generate-apk.
This commit is contained in:
parent
fc140df74d
commit
22f3d826c0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ LINPHONE_VERSION=$(shell grep -e '^.C_INIT' submodules/linphone/configure.ac | s
|
|||
KEYSTORE=bc-android.keystore
|
||||
KEYALIAS=nw8000
|
||||
|
||||
all: prepare-sources generate-libs generate-apk install-apk run-linphone
|
||||
all: prepare-sources generate-libs update-project generate-apk install-apk run-linphone
|
||||
|
||||
prepare-ffmpeg:
|
||||
ifeq ($(PATCH_FFMPEG),)
|
||||
|
|
Loading…
Reference in a new issue