diff options
author | Andrew Solovay <asolovay@google.com> | 2017-03-08 17:38:01 -0800 |
---|---|---|
committer | Andrew Solovay <asolovay@google.com> | 2017-03-21 14:18:01 -0700 |
commit | 630509478612b560913f7f4e11f63e4ce5594274 (patch) | |
tree | 179ae85004ae041085cfe396429208275f8746cc /docs/html/sdk/sdk_vars.cs | |
parent | 7ba04df38cb5a797d81a2776ee227d126b7dd157 (diff) |
cherry-pick from nyc-mr1-dev docs: Removing Android docs from Gerrit
Original Change-Id: I5331cdc968be817ff70ba32dd03fce76493a6ab8
Test: make ds-docs
Android developer docs are now maintained in Piper, go/dac-source
Removing all files from Gerrit, since these files can cause build
errors if they refer to classes that are later removed (whence
bug b/35849713 ).
Gerrit already has readme files in these directories telling people
docs are not maintained here; these readmes will be a lot easier to
spot now.
Ran a doc build with these files deleted, and it seems to work fine,
so submitting this CL *shouldn't* break anything.
Bug: 35849713
Change-Id: Ic74c3f97f9620daf23543930a8b7ed1386f4d172
Diffstat (limited to 'docs/html/sdk/sdk_vars.cs')
-rw-r--r-- | docs/html/sdk/sdk_vars.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/html/sdk/sdk_vars.cs b/docs/html/sdk/sdk_vars.cs deleted file mode 100644 index af13043e22e6..000000000000 --- a/docs/html/sdk/sdk_vars.cs +++ /dev/null @@ -1,22 +0,0 @@ -<?cs -set:ndk.mac64_download='android-ndk-r12b-darwin-x86_64.zip' ?><?cs -set:ndk.mac64_bytes='734135279' ?><?cs -set:ndk.mac64_checksum='e257fe12f8947be9f79c10c3fffe87fb9406118a' ?><?cs - -set:ndk.linux64_download='android-ndk-r12b-linux-x86_64.zip' ?><?cs -set:ndk.linux64_bytes='755551010' ?><?cs -set:ndk.linux64_checksum='170a119bfa0f0ce5dc932405eaa3a7cc61b27694' ?><?cs - -set:ndk.win32_download='android-ndk-r12b-windows-x86.zip' ?><?cs -set:ndk.win32_bytes='706453972' ?><?cs -set:ndk.win32_checksum='8e6eef0091dac2f3c7a1ecbb7070d4fa22212c04' ?><?cs - -set:ndk.win64_download='android-ndk-r12b-windows-x86_64.zip' ?><?cs -set:ndk.win64_bytes='749567353' ?><?cs -set:ndk.win64_checksum='337746d8579a1c65e8a69bf9cbdc9849bcacf7f5' -?> -<?cs -def:size_in_mb(bytes) - ?><?cs set:mb = bytes / 1024 / 1024 - ?><?cs var:mb ?><?cs -/def ?>
\ No newline at end of file |