summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2015-08-13 15:31:50 -0700
committerztenghui <ztenghui@google.com>2015-08-13 15:32:08 -0700
commit9a2ab4c32ad4673ee2dec970ae2081fb9d36da18 (patch)
treed8f7a8319609f84f5744b21ee0239c5808e660d6 /docs
parentfbc6f2cb6c5313ac246b8554764a719dd06582fc (diff)
downloadframeworks_base-9a2ab4c32ad4673ee2dec970ae2081fb9d36da18.zip
frameworks_base-9a2ab4c32ad4673ee2dec970ae2081fb9d36da18.tar.gz
frameworks_base-9a2ab4c32ad4673ee2dec970ae2081fb9d36da18.tar.bz2
Add some bookmarks to plugin-for-gradle page
b/23192453 Change-Id: I8addb8440697c1ab2e9a58c7e33fa1fc240c050f
Diffstat (limited to 'docs')
-rw-r--r--docs/html/tools/building/plugin-for-gradle.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/tools/building/plugin-for-gradle.jd b/docs/html/tools/building/plugin-for-gradle.jd
index a497c1b..1ca19f8 100644
--- a/docs/html/tools/building/plugin-for-gradle.jd
+++ b/docs/html/tools/building/plugin-for-gradle.jd
@@ -112,7 +112,7 @@ several kinds of modules:</p>
configuration options common to all application modules in the project. Each application module
also has its own build.gradle file for build settings specific to that module.</p>
-<h3>Project Build File</h3>
+<h3 id="projectBuildFile">Project Build File</h3>
<p>By default, the project-level Gradle file uses <em>buildscript</em> to define the Gradle
<em>repositories</em> and <em>dependencies</em>. This allows different projects to use different
Gradle versions. Supported repositories include JCenter, Maven Central, or Ivy. This example
@@ -144,7 +144,7 @@ allprojects {
the <em>local.properties</em> file in the <code>sdk.dir<sdk location></code> setting or through an
<code>ANDROID_HOME</code> environment variable.</p>
-<h3>Module Build File</h3>
+<h3 id="moduleBuildFile">Module Build File</h3>
<p>The application module Gradle build file allows you to configure module build settings,
including overriding the <code>src/main</code> manifest settings and setting custom packaging
options. </p>
@@ -378,7 +378,7 @@ and two <em>dimensions</em> of product flavors, one for app type (demo or full)
CPU/ABI (x86, ARM, or MIPS). </p>
-<h3>Source directories</h3>
+<h3 id="sourceDirectories">Source directories</h3>
<p>To build each version of your app, the build system combines source code and
resources from:</p>