mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
android: update SDK version (20.0.3 -> 21.0.1)
This commit is contained in:
parent
153db89663
commit
a0bbd9ec94
2
Makefile
2
Makefile
@ -445,7 +445,7 @@ dfuutil_clean:
|
|||||||
# see http://developer.android.com/sdk/ for latest versions
|
# see http://developer.android.com/sdk/ for latest versions
|
||||||
ANDROID_SDK_DIR := $(TOOLS_DIR)/android-sdk-linux
|
ANDROID_SDK_DIR := $(TOOLS_DIR)/android-sdk-linux
|
||||||
.PHONY: android_sdk_install
|
.PHONY: android_sdk_install
|
||||||
android_sdk_install: ANDROID_SDK_URL := http://dl.google.com/android/android-sdk_r20.0.3-linux.tgz
|
android_sdk_install: ANDROID_SDK_URL := http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz
|
||||||
android_sdk_install: ANDROID_SDK_FILE := $(notdir $(ANDROID_SDK_URL))
|
android_sdk_install: ANDROID_SDK_FILE := $(notdir $(ANDROID_SDK_URL))
|
||||||
# order-only prereq on directory existance:
|
# order-only prereq on directory existance:
|
||||||
android_sdk_install: | $(DL_DIR) $(TOOLS_DIR)
|
android_sdk_install: | $(DL_DIR) $(TOOLS_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user