diff options
author | Scott Main <smain@google.com> | 2011-12-01 11:11:08 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-12-01 11:11:08 -0800 |
commit | acf1038a260d7b2a3bb6b36058da47041c8ec173 (patch) | |
tree | fb2992cfbaf1efc1356c6756c706fd13ff9952dc /docs/html/guide | |
parent | 2d9f4620625405b916aa27177a6b5f82f8e5b15d (diff) | |
download | frameworks_base-acf1038a260d7b2a3bb6b36058da47041c8ec173.zip frameworks_base-acf1038a260d7b2a3bb6b36058da47041c8ec173.tar.gz frameworks_base-acf1038a260d7b2a3bb6b36058da47041c8ec173.tar.bz2 |
docs: remove broken link from renderscript docs
bug: 5696178
Change-Id: I78285ac67749fb3936e359968d28bbeb539ea7dc
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/topics/renderscript/index.jd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/html/guide/topics/renderscript/index.jd b/docs/html/guide/topics/renderscript/index.jd index eb77310..148705c 100644 --- a/docs/html/guide/topics/renderscript/index.jd +++ b/docs/html/guide/topics/renderscript/index.jd @@ -151,10 +151,9 @@ page.title=RenderScript defining two-, three-, or four-vectors.</li> </ul> - <p>The <a href="{@docRoot}guide/topics/renderscript/rs-api/files.html">RenderScript header files</a> - and LLVM front-end libraries are located in the <code>include</code> and - <code>clang-include</code> directories in the - <code><sdk_root>/platforms/android-11/renderscript</code> directory of the Android SDK. The + <p>The RenderScript header files and LLVM front-end libraries are located in the <code>include/</code> and + <code>clang-include/</code> directories in the + <code><sdk_root>/platforms/android-11/renderscript/</code> directory of the Android SDK. The headers are automatically included for you, except for the RenderScript graphics specific header file, which you can include as follows:</p> <pre> |