diff options
author | Tobias Thierer <tobiast@google.com> | 2019-05-08 12:44:01 +0000 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2019-05-08 12:44:01 +0000 |
commit | dfffbeab418a97b59808e3c9259202b70ce7058c (patch) | |
tree | 371bdac87b2563c1cd7b47855554fe198785d0a8 /non_openjdk_java_files.bp | |
parent | b23d88cba391ac2b0757bf01f7cc7fe0311d3da8 (diff) |
Revert "Customizable MIME type <-> file extension mapping, step 3."
This reverts commit b23d88cba391ac2b0757bf01f7cc7fe0311d3da8.
Reason for revert: Caused a build failure in a downstream -plus-aosp branch that still had references to MimeUtils remaining in the sources.
Change-Id: I71ab7c03fba233ae60b729c0d2172e909d420307
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 0d4d738fee..9628017ad0 100644 --- a/non_openjdk_java_files.bp +++ b/non_openjdk_java_files.bp @@ -178,6 +178,7 @@ 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", |