Update blacklist for klp-dev

Change-Id: I5308f71b4c2ccdd7f6ac422ccb2a2d78141d1ce3
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 3368e96..b17df4e 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -1707,12 +1707,13 @@
   "Landroid/net/NetworkInfo;",  // Calls java.util.EnumMap.<init> -> java.lang.Enum.getSharedConstants -> System.identityHashCode.
   "Landroid/net/Proxy;",  // Calls regex.Pattern.compile -..-> regex.Pattern.compileImpl.
   "Landroid/net/SSLCertificateSocketFactory;",  // Requires javax.net.ssl.HttpsURLConnection.
-  "Landroid/net/Uri;",  // Calls Class.getSimpleName -> Class.isAnonymousClass -> Class.getDex.
   "Landroid/net/Uri$AbstractHierarchicalUri;",  // Requires Uri.
   "Landroid/net/Uri$HierarchicalUri;",  // Requires Uri.
   "Landroid/net/Uri$OpaqueUri;",  // Requires Uri.
   "Landroid/net/Uri$StringUri;",  // Requires Uri.
+  "Landroid/net/Uri;",  // Calls Class.getSimpleName -> Class.isAnonymousClass -> Class.getDex.
   "Landroid/net/WebAddress;",  // Calls regex.Pattern.compile -..-> regex.Pattern.compileImpl.
+  "Landroid/net/wifi/WifiNative;",  // Calls new LocalLog -> new Time -> TimeZone -> Pattern.compile.
   "Landroid/nfc/NdefRecord;",  // Calls String.getBytes -> java.nio.charset.Charset.
   "Landroid/opengl/EGL14;",  // Calls android.opengl.EGL14._nativeClassInit.
   "Landroid/opengl/GLES10;",  // Calls android.opengl.GLES10._nativeClassInit.