diff options
| author | 2013-10-28 12:13:34 -0700 | |
|---|---|---|
| committer | 2013-10-28 12:13:34 -0700 | |
| commit | 39d0c0d02dc11d10974d368ffd18068ad7d2029a (patch) | |
| tree | 1df6c4245690977a329a998c7331cfff1f0cd01e /compiler/driver/compiler_driver.cc | |
| parent | bcf09e40f1b5edb7c7e90a96efadba5482b13551 (diff) | |
Update black list with android.os.Bundle
Bug: 11415283
Change-Id: I5a8c580f0e1d029c995faac3ec332083de7b8646
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
| -rw-r--r-- | compiler/driver/compiler_driver.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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. |