summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2015-10-09 23:59:07 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-10-09 23:59:07 +0000
commit1b5eef1b490cc143474ec74d58369aac9bf6629e (patch)
tree24bc726290f7f273ab68cc2c6a204378c05b9035 /tools
parent124a59aecc0323c1c80469c3ad5d22305c279a49 (diff)
parentb16edb5f3ef9032b7e19c29aac2496c34bb8ac76 (diff)
downloadbuild-1b5eef1b490cc143474ec74d58369aac9bf6629e.zip
build-1b5eef1b490cc143474ec74d58369aac9bf6629e.tar.gz
build-1b5eef1b490cc143474ec74d58369aac9bf6629e.tar.bz2
am b16edb5f: Merge "add unique ID to each windows download link. These IDs are necessary for the TOS wall to identify which link should be applied to the download button." into mnc-dev
* commit 'b16edb5f3ef9032b7e19c29aac2496c34bb8ac76': add unique ID to each windows download link. These IDs are necessary for the TOS wall to identify which link should be applied to the download button.
Diffstat (limited to 'tools')
-rw-r--r--tools/droiddoc/templates-sdk/sdkpage.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs
index 3a3a9a3..47c2992 100644
--- a/tools/droiddoc/templates-sdk/sdkpage.cs
+++ b/tools/droiddoc/templates-sdk/sdkpage.cs
@@ -353,7 +353,7 @@ var:sdk.linux_download
<tr>
<!-- blank TD from Windows rowspan -->
<td>
- <a onclick="return onDownload(this,false,true)"
+ <a onclick="return onDownload(this,false,true)" id="win-bundle-notools"
href="https://dl.google.com/dl/android/studio/install/<?cs var:studio.version ?>/<?cs var:studio.win_notools_exe_download ?>"
><?cs var:studio.win_notools_exe_download ?></a><br>(No SDK tools included)
</td>
@@ -364,7 +364,7 @@ var:sdk.linux_download
<tr>
<!-- blank TD from Windows rowspan -->
<td>
- <a onclick="return onDownload(this,false,true)"
+ <a onclick="return onDownload(this,false,true)" id="win-bundle-zip"
href="https://dl.google.com/dl/android/studio/ide-zips/<?cs var:studio.version ?>/<?cs var:studio.win_bundle_download ?>"
><?cs var:studio.win_bundle_download ?></a>
</td>