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.