Re-enable checker tests 536 and 537

They were disabled due to a bug in Jack that is fixed now.

Bug: 25635944
Change-Id: Id68824a8b4abbb6710e61897ffb3ed5daf839413
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 7036bdc..bb7daf8 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -223,12 +223,9 @@
 
 # Disable 097-duplicate-method while investigation (broken by latest Jack release, b/27358065)
 # Disable 137-cfi (b/27391690).
-# Disable 536-checker-needs-access-check and 537-checker-inline-and-unverified (b/27425061)
 # Disable 577-profile-foreign-dex (b/27454772).
 TEST_ART_BROKEN_ALL_TARGET_TESTS := \
   097-duplicate-method \
-  536-checker-needs-access-check \
-  537-checker-inline-and-unverified \
   577-profile-foreign-dex \
 
 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \