summaryrefslogtreecommitdiff
path: root/src/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2013-04-09 09:04:12 -0700
committer Ian Rogers <irogers@google.com> 2013-04-09 09:04:12 -0700
commit10e75abe80fc86ff5a6a5b4b3bcef382b3c596be (patch)
tree11cf2595fb065a0ee56cc68860f29a96a03919f3 /src/compiler/driver/compiler_driver.cc
parent62d6c772205b8859f0ebf7ad105402ec4c3e2e01 (diff)
Build fix.
Change-Id: If187062cc456db49a6eb4987c0548f09fac75cf4
Diffstat (limited to 'src/compiler/driver/compiler_driver.cc')
-rw-r--r--src/compiler/driver/compiler_driver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/driver/compiler_driver.cc b/src/compiler/driver/compiler_driver.cc
index 4e8ebbd4ef..9db9ee8124 100644
--- a/src/compiler/driver/compiler_driver.cc
+++ b/src/compiler/driver/compiler_driver.cc
@@ -1397,6 +1397,7 @@ static const char* class_initializer_black_list[] = {
"Ljavax/net/ssl/HttpsURLConnection;", // Calls SSLSocketFactory.getDefault -> java.security.Security.getProperty.
"Llibcore/icu/LocaleData;", // Requires java.util.Locale.
"Llibcore/icu/TimeZoneNames;", // Requires java.util.TimeZone.
+ "Llibcore/io/IoUtils;", // Calls OsConstants.initConstants.
"Llibcore/io/OsConstants;", // Platform specific.
"Llibcore/net/MimeUtils;", // Calls libcore.net.MimeUtils.getContentTypesPropertiesStream -> System.getProperty.
"Llibcore/util/ZoneInfo;", // Sub-class of TimeZone.