From 39d0c0d02dc11d10974d368ffd18068ad7d2029a Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Mon, 28 Oct 2013 12:13:34 -0700 Subject: Update black list with android.os.Bundle Bug: 11415283 Change-Id: I5a8c580f0e1d029c995faac3ec332083de7b8646 --- compiler/driver/compiler_driver.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_driver.cc') diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 6eabeed34b..bea94a74df 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -1746,6 +1746,7 @@ static const char* class_initializer_black_list[] = { "Landroid/opengl/GLUtils;", // Calls android.opengl.GLUtils.nativeClassInit. "Landroid/os/Build;", // Calls -..-> android.os.SystemProperties.native_get. "Landroid/os/Build$VERSION;", // Requires Build. + "Landroid/os/Bundle;", // Calls android.os.Parcel.obtain -..> Parcel.nativeCreate. "Landroid/os/Debug;", // Requires android.os.Environment. "Landroid/os/Environment;", // Calls System.getenv. "Landroid/os/FileUtils;", // Calls regex.Pattern.compile -..-> regex.Pattern.compileImpl. -- cgit v1.2.3-59-g8ed1b