diff options
| author | 2013-10-28 12:44:04 -0700 | |
|---|---|---|
| committer | 2013-10-28 12:44:04 -0700 | |
| commit | 58a9cd113e847cc00e093e2bfe2453ce30a98d62 (patch) | |
| tree | 219e0d20eb95c86101aa3d18555d207f8d5ad888 /compiler/driver/compiler_driver.cc | |
| parent | e3a21740ec7056d52a90620d988bbb72eca0997f (diff) | |
| parent | 39d0c0d02dc11d10974d368ffd18068ad7d2029a (diff) | |
am 39d0c0d0: Update black list with android.os.Bundle
* commit '39d0c0d02dc11d10974d368ffd18068ad7d2029a':
Update black list with android.os.Bundle
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. |