am d74ac1d5: am a09f35eb: am 96b2c10d: am 55ee752e: am c5b58011: Merge "docs: gradle plugin revision update" into mnc-preview-docs

* commit 'd74ac1d53273a30bb26ad4304c25d7372d8bb861':
  docs: gradle plugin revision update
This commit is contained in:
Rich Sloager
2015-08-17 16:08:01 +00:00
committed by Android Git Automerger

View File

@@ -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>