summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2015-07-31 10:00:17 -0700
committerRich Slogar <rslogar@google.com>2015-07-31 10:00:17 -0700
commit2764015cc47fbea0a1a2189bfcc373c4d3389360 (patch)
treec472ec6e7581c0f04f12e4d2c58c4f2dc4d5ba14 /docs
parente5fe2468e4673c086aab463bb281a8fa09b353ed (diff)
downloadframeworks_base-2764015cc47fbea0a1a2189bfcc373c4d3389360.zip
frameworks_base-2764015cc47fbea0a1a2189bfcc373c4d3389360.tar.gz
frameworks_base-2764015cc47fbea0a1a2189bfcc373c4d3389360.tar.bz2
docs: gradle plugin revision update
Change-Id: Ic02f2c773e75f532dcd797816578f2e234d09726
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>