diff options
author | Tobias Thierer <tobiast@google.com> | 2019-04-29 12:14:57 +0100 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2019-04-30 10:46:46 +0000 |
commit | b23d88cba391ac2b0757bf01f7cc7fe0311d3da8 (patch) | |
tree | a3268537a9f6bff1e743a721cdc135382d7d5890 /non_openjdk_java_files.bp | |
parent | 696af1ab6b9862270a7ba29854f4fe36edeb4228 (diff) |
Customizable MIME type <-> file extension mapping, step 3.
Delete unused class MimeUtils.
Some MimeUtils calls used to be on the graylist and used by some apps
through reflection; such apps can instead use this public API, for now:
android.webkit.MimeTypeMap.getSingleton().getMimeTypeFromExtension(String)
android.webkit.MimeTypeMap.getSingleton().getExtensionFromMimeType(String)
Test: Treehugger
Change-Id: I409342f1c95d7f2c49b158efa0e43d32081abc76
Diffstat (limited to 'non_openjdk_java_files.bp')
-rw-r--r-- | non_openjdk_java_files.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/non_openjdk_java_files.bp b/non_openjdk_java_files.bp index 9628017ad0..0d4d738fee 100644 --- a/non_openjdk_java_files.bp +++ b/non_openjdk_java_files.bp @@ -178,7 +178,6 @@ filegroup { "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/MimeUtils.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", |