summaryrefslogtreecommitdiffstats
path: root/METADATA
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2020-06-01 13:38:34 -0700
committerColin Cross <ccross@android.com>2020-06-04 10:00:32 -0700
commitce0be676992508c83e5cfe3368d6d50c3fa12813 (patch)
tree650fbedaabe91323d381364d2962615a763be542 /METADATA
parent1fd33729ab2f6214d038ec136fd1cc2234085c64 (diff)
downloadplatform_prebuilts_cmdline-tools-ce0be676992508c83e5cfe3368d6d50c3fa12813.tar.gz
platform_prebuilts_cmdline-tools-ce0be676992508c83e5cfe3368d6d50c3fa12813.tar.bz2
platform_prebuilts_cmdline-tools-ce0be676992508c83e5cfe3368d6d50c3fa12813.zip
Add SDK cmdline-tools version 2.0
Add the command line tools from the SDK to allow using Android lint in the platform build. This only includes the linux version, as the linux and mac versions are identical except for the comment at the top of each shell script. Bug: 153485543 Test: prebuilts/cmdline-tools/tools/bin/lint Change-Id: I62b7c6dab5e99419928243de825b5d0da21b6466
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA17
1 files changed, 17 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..e168bdd
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "Android SDK Command-line Tools"
+description:
+ "Android SDK Command-line Tools"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://developer.android.com/studio#command-tools"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://dl.google.com/android/repository/commandlinetools-linux-6514223_latest.zip"
+ }
+ version: "2.0"
+ last_upgrade_date { year: 2020 month: 6 day: 1 }
+ license_type: RESTRICTED
+}