Fix makefile for liblinphone_tester (javah)
This commit is contained in:
parent
da4c52a3a8
commit
4981506f37
1 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -128,6 +128,7 @@ update-project:
|
||||||
$(SDK_PATH)/android update project --path . --target $(ANDROID_MOST_RECENT_TARGET)
|
$(SDK_PATH)/android update project --path . --target $(ANDROID_MOST_RECENT_TARGET)
|
||||||
|
|
||||||
liblinphone_tester: prepare-sources prepare-cunit prepare-liblinphone_tester
|
liblinphone_tester: prepare-sources prepare-cunit prepare-liblinphone_tester
|
||||||
|
ant javah
|
||||||
$(NDK_PATH)/ndk-build -C liblinphone_tester $(LIBLINPHONE_OPTIONS) NDK_DEBUG=1 -j$(NUMCPUS)
|
$(NDK_PATH)/ndk-build -C liblinphone_tester $(LIBLINPHONE_OPTIONS) NDK_DEBUG=1 -j$(NUMCPUS)
|
||||||
|
|
||||||
generate-apk:
|
generate-apk:
|
||||||
|
|
Loading…
Reference in a new issue