diff options
author | Tobias Thierer <tobiast@google.com> | 2019-08-28 22:41:57 +0000 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2019-08-28 22:41:57 +0000 |
commit | aef55ca33d71c82c3acd870f64726788abb6f18b (patch) | |
tree | 1fd0043a761faa911d226d71bbe4c81cd5652c3c /non_openjdk_java_files.bp | |
parent | d9e06a7351c25bf3275cffc382e3e7f8c87e6079 (diff) |
Revert "Move default MimeMap implementation to frameworks."
This reverts commit d9e06a7351c25bf3275cffc382e3e7f8c87e6079.
Reason for revert: Caused slower app startup (I don't know why).
Change-Id: I7865dd97ee202e26236498505af3d746143f74e4
Diffstat (limited to 'non_openjdk_java_files.bp')
-rw-r--r-- | non_openjdk_java_files.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/non_openjdk_java_files.bp b/non_openjdk_java_files.bp index e98cd0cc01..77c56e4bb8 100644 --- a/non_openjdk_java_files.bp +++ b/non_openjdk_java_files.bp @@ -180,6 +180,7 @@ filegroup { "luni/src/main/java/libcore/io/Streams.java", "luni/src/main/java/libcore/net/InetAddressUtils.java", "luni/src/main/java/libcore/net/MimeMap.java", + "luni/src/main/java/libcore/net/MimeMapImpl.java", "luni/src/main/java/libcore/net/NetworkSecurityPolicy.java", "luni/src/main/java/libcore/net/event/NetworkEventDispatcher.java", "luni/src/main/java/libcore/timezone/CountryTimeZones.java", |