summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2015-10-10 00:08:09 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-10-10 00:08:09 +0000
commitfed4cf896d2ba46a97bbbb753fd019f98bb42d90 (patch)
treecd4b16938b29d0319dde6934a5bc947b01528fd7 /tools
parenta9b2f3030f99650e8af1b7ec35c171801cbcdae6 (diff)
parent1b5eef1b490cc143474ec74d58369aac9bf6629e (diff)
downloadbuild-fed4cf896d2ba46a97bbbb753fd019f98bb42d90.zip
build-fed4cf896d2ba46a97bbbb753fd019f98bb42d90.tar.gz
build-fed4cf896d2ba46a97bbbb753fd019f98bb42d90.tar.bz2
am 1b5eef1b: 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 '1b5eef1b490cc143474ec74d58369aac9bf6629e': 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>