summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2014-12-17 18:02:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-17 18:02:18 +0000
commitaca5182e4cc9da2c9dd0109a483e12d1569b5a56 (patch)
tree72d9025503ea7e653d316f53967bb32554d3d3aa /docs
parentda915f1c308c27f6adf3950c67be1179cc1c481d (diff)
parentab23dec39e0e73c46a2c4fa1aa27924e04b08ecd (diff)
downloadframeworks_base-aca5182e4cc9da2c9dd0109a483e12d1569b5a56.zip
frameworks_base-aca5182e4cc9da2c9dd0109a483e12d1569b5a56.tar.gz
frameworks_base-aca5182e4cc9da2c9dd0109a483e12d1569b5a56.tar.bz2
am ab23dec3: am fa7d86a1: am e8ce10da: am 6ff265cc: am df916a89: Merge "docs: studio revision 21 update" into lmp-docs automerge: ca27fb9
* commit 'ab23dec39e0e73c46a2c4fa1aa27924e04b08ecd': docs: studio revision 21 update
Diffstat (limited to 'docs')
-rw-r--r--docs/html/tools/sdk/tools-notes.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd
index ed48887..11e3ec7 100644
--- a/docs/html/tools/sdk/tools-notes.jd
+++ b/docs/html/tools/sdk/tools-notes.jd
@@ -898,7 +898,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<li>Added a flag that sets <em>jumbo mode</em> for DEX files, which allows a larger
number of strings in the DEX files. Enable this mode by adding the following line to
the {@code project.properties} file of your project:
- <pre>set dex.force.jumbo=true</pre></li>
+ <pre>dex.force.jumbo=true</pre></li>
<li>Improved the build time by pre-dexing libraries (both JAR files and library
projects).</li>
<li>Updated the build to generate {@code R} resource classes for library projects