Fix issue in Makefile
This commit is contained in:
parent
b86c8c94dd
commit
0314dec6bc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -441,7 +441,7 @@ generate-mediastreamer2-libs: prepare-sources
|
|||
|
||||
update-project:
|
||||
$(SDK_PATH)/android update project --path . --target $(ANDROID_MOST_RECENT_TARGET)
|
||||
$(SDK_PATH)/android update test-project --path tests --target $(ANDROID_MOST_RECENT_TARGET) -m .
|
||||
$(SDK_PATH)/android update test-project --path tests -m .
|
||||
$(SDK_PATH)/android update project --path liblinphone_tester --target $(ANDROID_MOST_RECENT_TARGET)
|
||||
|
||||
update-mediastreamer2-project:
|
||||
|
|
Loading…
Reference in a new issue