aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPipat Methavanitpong <pipat1010@gmail.com>2014-10-25 20:34:42 +0900
committerClay Murphy <claym@google.com>2014-10-29 01:46:05 +0000
commit4d24ff6da59965796b8fe0851d429be6383e6c31 (patch)
tree5ad39c24bee15ae505fe3b2cd904a373a568487e
parent10513d877d7109ac79b0bf61c9a46249435d0e6f (diff)
downloadsource.android.com-4d24ff6da59965796b8fe0851d429be6383e6c31.tar.gz
Docs: Fix a Typo in Intro to ART Document
In Enabling ART in Android Build section, correct a copy-paste typo 'libdvm.mk' -> 'libart.mk' Change-Id: I30bcb43d137b75d3eb00caff5774f8a8ad62619b Signed-off-by: Pipat Methavanitpong <pipat1010@gmail.com>
-rw-r--r--src/devices/tech/dalvik/art.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/tech/dalvik/art.jd b/src/devices/tech/dalvik/art.jd
index 902593ea..33a82ed8 100644
--- a/src/devices/tech/dalvik/art.jd
+++ b/src/devices/tech/dalvik/art.jd
@@ -210,7 +210,7 @@ by including both Java and native stack information. </p>
can be built using either or both runtimes. (You can dual boot from
<strong>Developer options</strong> if both runtimes are installed.) See
runtime_common.mk. That is included from build/target/product/runtime_libdvm.mk
-or build/target/product/runtime_libdvm.mk or both.</p>
+or build/target/product/runtime_libart.mk or both.</p>
<p> The <code>dalvikvm</code> command line tool can run with either runtime now.
It will default to using the runtime specified in <strong>developer