mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
makefile: add update target for android SDK
This installs the components required for actually building a full APK.
This commit is contained in:
parent
4305cf942d
commit
40251afd6e
5
Makefile
5
Makefile
@ -448,6 +448,11 @@ android_sdk_clean:
|
||||
$(V0) @echo " CLEAN $(ANDROID_SDK_DIR)"
|
||||
$(V1) [ ! -d "$(ANDROID_SDK_DIR)" ] || $(RM) -r $(ANDROID_SDK_DIR)
|
||||
|
||||
.PHONY: android_sdk_update
|
||||
android_sdk_update:
|
||||
$(V0) @echo " UPDATE $(ANDROID_SDK_DIR)"
|
||||
$(ANDROID_SDK_DIR)/tools/android update sdk --no-ui -t platform-tools,android-16,addon-google_apis-google-16
|
||||
|
||||
##############################
|
||||
#
|
||||
# Set up paths to tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user