aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/dalvik/configure.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/dalvik/configure.html')
-rw-r--r--en/devices/tech/dalvik/configure.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/en/devices/tech/dalvik/configure.html b/en/devices/tech/dalvik/configure.html
index b6868f76..b6e7222f 100644
--- a/en/devices/tech/dalvik/configure.html
+++ b/en/devices/tech/dalvik/configure.html
@@ -190,6 +190,18 @@ List of applications that are loaded by the system server. These applications
will be compiled by default with the <em>speed</em> compiler filter.
</p>
+<li><code>PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD(Post Android O)</code></li>
+<p>
+Whether to include a debug version of ART on the device. By default, this is
+enabled for userdebug and eng builds. The behavior can be overridden by explicitly
+setting the option to <em>true</em> or <em>false</em>.
+</p>
+<p>
+By default, the device will use the non-debug version (<em>libart.so</em>).
+To switch, set the system property <code>persist.sys.dalvik.vm.lib.2</code> to
+<em>libartd.so</em>.
+</p>
+
<li><code>WITH_DEXPREOPT_PIC (Removed in Android O)</code></li>
<p>In Android 5.1.0 through Android 6.0.1, <code>WITH_DEXPREOPT_PIC</code> can