summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRich Sloager <rslogar@google.com>2015-08-04 18:40:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-08-04 18:40:58 +0000
commitc5b580116944320b47bbda5d302a5ed2e7a06088 (patch)
treecfa1d29a7a0742d0947257a7692b15961195004c /docs
parent5fd0eff1996ec5a3558dddb6dfa9f3467e28cd69 (diff)
parent2764015cc47fbea0a1a2189bfcc373c4d3389360 (diff)
downloadframeworks_base-c5b580116944320b47bbda5d302a5ed2e7a06088.zip
frameworks_base-c5b580116944320b47bbda5d302a5ed2e7a06088.tar.gz
frameworks_base-c5b580116944320b47bbda5d302a5ed2e7a06088.tar.bz2
Merge "docs: gradle plugin revision update" into mnc-preview-docs
Diffstat (limited to 'docs')
-rw-r--r--docs/html/tools/revisions/gradle-plugin.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/tools/revisions/gradle-plugin.jd b/docs/html/tools/revisions/gradle-plugin.jd
index 8713e6b..17e6d79 100644
--- a/docs/html/tools/revisions/gradle-plugin.jd
+++ b/docs/html/tools/revisions/gradle-plugin.jd
@@ -59,8 +59,8 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Added support for the <code>com.android.build.threadPoolSize</code> property to control
- the <code>Android</code> task thread pool size from the <code>build.gradle</code> file or
- the command line. The following example sets this property to 4.
+ the <code>Android</code> task thread pool size from the <code>gradle.properties</code> file
+ or the command line. The following example sets this property to 4.
<pre>
-Pcom.android.build.threadPoolSize=4
</pre>