From c48e56eefb22d6dde6188ec81d4318d434196266 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Tue, 30 Dec 2014 12:09:05 -0800 Subject: [PATCH] docs: Plugin reference update Change-Id: I9a6cb3b904af907b6468ba07be73dd3487a15456 --- docs/html/tools/building/building-cmdline.jd | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/html/tools/building/building-cmdline.jd b/docs/html/tools/building/building-cmdline.jd index c1a0dd2049bf0..ec00b507cccfc 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
  • Running on the Emulator
  • Running on a Device
  • Application Signing
  • -
  • Gradle Command Reference
  • +
  • Plugin Language Reference
  • See also

      @@ -364,8 +364,12 @@ adb -d install path/to/your/app.apk means to you as an Android application developer. The document also includes a guide to publishing and signing your application.

      -

      Gradle Build Language Reference

      +

      Android Plugin for Gradle

      + +

      The Android build system uses the Android plugin for Gradle to support the Gradle Domain + Specific Language (DSL) and declarative language elements. See the + Android Plug-in for Gradle section for + a description of the plugin and a link to the complete list of the supported Gradle DSL elements.

      + -

      See the Gradle Build Language Reference for a complete list and description of the Gradle Domain Specific Language (DSL) and declarative -language elements.