Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
android-clt: remove unnecessary adb dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng committed Jul 10, 2020
1 parent 78c52a9 commit bad62c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bucket/android-clt.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@
"identifier": "Freeware",
"url": "https://developer.android.com/studio/terms.html"
},
"depends": "adb",
"url": "https://dl.google.com/android/repository/commandlinetools-win-6609375_latest.zip",
"hash": "40bba20275180194bebf89bb58c74d712bb93cc401f36bd2f8f32383acf9826c",
"post_install": [
"if (Test-Path \"$(appdir adb $global)\") {",
"cmd /c mklink /j \"$dir\\platform-tools\" \"$(appdir adb $global)\\current\\platform-tools\" | out-null",
"attrib \"$(appdir adb $global)\\current\\platform-tools\" +R /L",
" New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null",
"}"
],
"env_add_path": "tools\\bin",
"env_set": {
"ANDROID_SDK_ROOT": "$dir"
},
"persist": [
".knownPackages",
"build-tools",
"emulator",
"extras",
Expand Down

0 comments on commit bad62c7

Please sign in to comment.