Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-08-19 03:24:13 +0300
committerGitHub <noreply@github.com>2020-08-19 03:24:13 +0300
commit07e2ed77083e5c7a287de33e8b93ad6a128490a5 (patch)
tree13430f9610e3f27b8b29ecf1e2d1e722418c368f /sdks
parentc73aa699d6608474033e9a8a1a49d2830e2d2fcc (diff)
Add --sdk_root to sdkmanager
Diffstat (limited to 'sdks')
-rw-r--r--sdks/android/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/android/Makefile b/sdks/android/Makefile
index 81e978b61f0..ef9550e209a 100644
--- a/sdks/android/Makefile
+++ b/sdks/android/Makefile
@@ -62,7 +62,7 @@ shell:
.PHONY: accept-android-license
accept-android-license:
- yes | $(SDK_DIR)/tools/bin/sdkmanager --licenses
+ yes | $(SDK_DIR)/tools/bin/sdkmanager --sdk_root=$(SDK_DIR) --licenses
## Check targets