diff options
author | Rich Slogar <rslogar@google.com> | 2015-01-16 00:27:00 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-01-16 00:27:05 +0000 |
commit | 485b9566a9fc98be8b4dee40ddca43690de1a465 (patch) | |
tree | 89af87baa7698f8942bd52e4b1c4fb709aeac048 /docs/html/tools | |
parent | 48fc1d7ba7e3e2c0efd71b3b7ed29997d3454857 (diff) | |
parent | c48e56eefb22d6dde6188ec81d4318d434196266 (diff) | |
download | frameworks_base-485b9566a9fc98be8b4dee40ddca43690de1a465.zip frameworks_base-485b9566a9fc98be8b4dee40ddca43690de1a465.tar.gz frameworks_base-485b9566a9fc98be8b4dee40ddca43690de1a465.tar.bz2 |
Merge "docs: Plugin reference update" into lmp-docs
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/building/building-cmdline.jd | 12 |
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> |