summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorRich Sloager <rslogar@google.com>2015-08-17 15:38:55 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-17 15:38:55 +0000
commit96b2c10dd119593c9cc54ceb0e9a44883cd5885c (patch)
treed716876d5752a241d6d3cff80644d3ba006c803a /docs/html
parentf71cc012ff3c6b0c304ae084eface2ed72784b20 (diff)
parent55ee752ed5ce8c1e995d37a77f9b790b152f44c8 (diff)
downloadframeworks_base-96b2c10dd119593c9cc54ceb0e9a44883cd5885c.zip
frameworks_base-96b2c10dd119593c9cc54ceb0e9a44883cd5885c.tar.gz
frameworks_base-96b2c10dd119593c9cc54ceb0e9a44883cd5885c.tar.bz2
am 55ee752e: am c5b58011: Merge "docs: gradle plugin revision update" into mnc-preview-docs
* commit '55ee752ed5ce8c1e995d37a77f9b790b152f44c8': docs: gradle plugin revision update
Diffstat (limited to 'docs/html')
-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>