Forgot to add make quick target
This commit is contained in:
parent
f804c29008
commit
c3061eed7c
3 changed files with 5 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -38,9 +38,6 @@
|
||||||
[submodule "submodules/mssilk"]
|
[submodule "submodules/mssilk"]
|
||||||
path = submodules/mssilk
|
path = submodules/mssilk
|
||||||
url = git://git.linphone.org/mssilk.git
|
url = git://git.linphone.org/mssilk.git
|
||||||
[submodule "submodules/externals/vo-amrwbenc"]
|
|
||||||
path = submodules/externals/vo-amrwbenc
|
|
||||||
url = git://git.linphone.org/vo-amrwbenc.git
|
|
||||||
[submodule "submodules/bcg729"]
|
[submodule "submodules/bcg729"]
|
||||||
path = submodules/bcg729
|
path = submodules/bcg729
|
||||||
url = git://git.linphone.org/bcg729.git
|
url = git://git.linphone.org/bcg729.git
|
||||||
|
|
|
@ -287,6 +287,11 @@ generate-mediastreamer2-apk: java-clean build copy-libs update-mediastreamer2-pr
|
||||||
\techo "version.name=$(LINPHONE_ANDROID_VERSION)" > default.properties && \\
|
\techo "version.name=$(LINPHONE_ANDROID_VERSION)" > default.properties && \\
|
||||||
\tant debug
|
\tant debug
|
||||||
|
|
||||||
|
quick:
|
||||||
|
\tant clean
|
||||||
|
\tant debug
|
||||||
|
\tant installd
|
||||||
|
|
||||||
install-apk:
|
install-apk:
|
||||||
\tant installd
|
\tant installd
|
||||||
|
|
||||||
|
@ -328,7 +333,6 @@ run-all-tests: update-project
|
||||||
\tant partial-clean
|
\tant partial-clean
|
||||||
\t$(MAKE) -C tests run-all-tests ANT_SILENT=$(ANT_SILENT)
|
\t$(MAKE) -C tests run-all-tests ANT_SILENT=$(ANT_SILENT)
|
||||||
|
|
||||||
|
|
||||||
pull-transifex:
|
pull-transifex:
|
||||||
\ttx pull -af
|
\ttx pull -af
|
||||||
|
|
||||||
|
|
1
submodules/externals/vo-amrwbenc
vendored
1
submodules/externals/vo-amrwbenc
vendored
|
@ -1 +0,0 @@
|
||||||
Subproject commit 60b925e621fd8d2bd3000207ceb5596a0fa20fb3
|
|
Loading…
Reference in a new issue