summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tim Joines <tjoines@google.com> 2019-06-27 09:17:06 -0700
committer android-build-merger <android-build-merger@google.com> 2019-06-27 09:17:06 -0700
commit35bc77713077a3af8c66cee504998a2d2863cf1b (patch)
tree64e1c046fe6b35e5261af43a8ebb2a373005d2cc
parentb99472439ec9667edf6fc7ab45af171647e710c1 (diff)
parent6c3bbf9e931cf7589258bc80e786588d491e5941 (diff)
Merge "Disable USAP by default on devices" into qt-dev
am: 6c3bbf9e93 Change-Id: I8195f09066a4288da76a10f5e52d44763034c3af
-rw-r--r--core/java/android/os/ZygoteProcess.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/ZygoteProcess.java b/core/java/android/os/ZygoteProcess.java
index 9bcdceef61f1..09e09e9f8a13 100644
--- a/core/java/android/os/ZygoteProcess.java
+++ b/core/java/android/os/ZygoteProcess.java
@@ -81,7 +81,7 @@ public class ZygoteProcess {
* not be used if the devices has a DeviceConfig profile pushed to it that contains a value for
* this key.
*/
- private static final String USAP_POOL_ENABLED_DEFAULT = "true";
+ private static final String USAP_POOL_ENABLED_DEFAULT = "false";
/**
* The name of the socket used to communicate with the primary zygote.