summaryrefslogtreecommitdiffstats
path: root/docs/html/tools
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2014-12-30 12:09:05 -0800
committerRich Slogar <rslogar@google.com>2014-12-30 12:09:05 -0800
commitc48e56eefb22d6dde6188ec81d4318d434196266 (patch)
tree4a59c3f5c6ade45dedd44ce53a30d12afc5485e8 /docs/html/tools
parent713cd74e333ab9bb35cb7538611194d891e4eb53 (diff)
downloadframeworks_base-c48e56eefb22d6dde6188ec81d4318d434196266.zip
frameworks_base-c48e56eefb22d6dde6188ec81d4318d434196266.tar.gz
frameworks_base-c48e56eefb22d6dde6188ec81d4318d434196266.tar.bz2
docs: Plugin reference update
Change-Id: I9a6cb3b904af907b6468ba07be73dd3487a15456
Diffstat (limited to 'docs/html/tools')
-rw-r--r--docs/html/tools/building/building-cmdline.jd12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/html/tools/building/building-cmdline.jd b/docs/html/tools/building/building-cmdline.jd
index c1a0dd2..ec00b50 100644
--- a/docs/html/tools/building/building-cmdline.jd
+++ b/docs/html/tools/building/building-cmdline.jd
@@ -18,7 +18,7 @@ parent.link=index.html
<li><a href="#RunningOnEmulator">Running on the Emulator</a></li>
<li><a href="#RunningOnDevice">Running on a Device</a></li>
<li><a href="#Signing">Application Signing</a></li>
- <li><a href="#GradleReference">Gradle Command Reference</a></li>
+ <li><a href="#PluginReference">Plugin Language Reference</a></li>
</ol>
<h2>See also</h2>
<ol>
@@ -364,8 +364,12 @@ adb -d install <em>path/to/your/app</em>.apk
means to you as an Android application developer. The document also includes a guide to publishing
and signing your application.</p>
- <h2 id="Grad;eReference">Gradle Build Language Reference</h2>
+ <h2 id="PluginReference">Android Plugin for Gradle</h2>
+
+ <p>The Android build system uses the Android plugin for Gradle to support the Gradle Domain
+ Specific Language (DSL) and declarative language elements. See the
+ <a href="{@docRoot}tools/building/plugin-for-gradle.html">Android Plug-in for Gradle</a> section for
+ a description of the plugin and a link to the complete list of the supported Gradle DSL elements.</p>
+
-<p> See the <a href="http://gradle.org/docs/current/dsl/index.html">Gradle Build Language Reference</a> for a complete list and description of the Gradle Domain Specific Language (DSL) and declarative
-language elements.</p>