Temporarily disable background restrictions on oc-release

Unfortunately, b/35229549 was exposed which does not allow for bugreporting to work

If a fix for b/35229549 can be merged before we need to cut the weekend build, we'll
abandon this CL.

Bug: 35229549
Test:  source build/envsetup.sh && lunch sailfish-userdebug && m -j40
Change-Id: Ia79dd13d003bf5689debe5ce9d85b93e54b3168c
diff --git a/services/core/java/com/android/server/am/ActivityManagerConstants.java b/services/core/java/com/android/server/am/ActivityManagerConstants.java
index 100d821..3c90f93 100644
--- a/services/core/java/com/android/server/am/ActivityManagerConstants.java
+++ b/services/core/java/com/android/server/am/ActivityManagerConstants.java
@@ -36,7 +36,7 @@
     private static final String KEY_MAX_CACHED_PROCESSES = "max_cached_processes";
 
     private static final boolean DEFAULT_ENFORCE_BG_CHECK = SystemProperties.getBoolean(
-            "debug.bgcheck", true);
+            "debug.bgcheck", false);
     private static final int DEFAULT_MAX_CACHED_PROCESSES = 32;
 
     // Enforce background check on apps targeting O?