aboutsummaryrefslogtreecommitdiff
path: root/README.version
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-12-14 12:55:56 +0000
committerPaul Duffin <paulduffin@google.com>2016-12-20 15:52:52 +0000
commitc8055484aac0d002d00140b789711414f4130428 (patch)
treec84569f32fac93450501648ef4e67b3098038dba /README.version
parentaeb93fc33cae3aadbb9b46083350ad2dc9aea645 (diff)
downloadjunit-c8055484aac0d002d00140b789711414f4130428.tar.gz
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
Diffstat (limited to 'README.version')
-rw-r--r--README.version1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.version b/README.version
index 05061c4..85b3bfa 100644
--- a/README.version
+++ b/README.version
@@ -3,3 +3,4 @@ Version: 4.12
BugComponent: 40416
Local Changes:
+ Remove DisableOnDebug (new in 4.12) as it is not supported on Android