Remove DisableOnDebug (new in 4.12) as it is not supported on Android

It requires classes from the java.lang.management package which
is not supported on Android.

Bug: 33613916
Test: make checkbuild - fails but not in DisableOnDebug
Change-Id: If43a90d1dde7d3c2141001bcc7cb33c3c2b3964c
diff --git a/README.version b/README.version
index 05061c4..85b3bfa 100644
--- a/README.version
+++ b/README.version
@@ -3,3 +3,4 @@
 BugComponent: 40416
 
 Local Changes:
+    Remove DisableOnDebug (new in 4.12) as it is not supported on Android