Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1feda36 authored by Rich Slogar's avatar Rich Slogar Committed by Android Git Automerger
Browse files

am 485b9566: Merge "docs: Plugin reference update" into lmp-docs

* commit '485b9566':
  docs: Plugin reference update
parents f38122da 485b9566
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -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>