summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2019-08-01 18:23:18 +0100
committerTobias Thierer <tobiast@google.com>2019-08-01 20:34:20 +0100
commit0e634de02fd69aa55b821744af3436f8bbcddc12 (patch)
tree7a99786226572572321c1a37a67371de630325ba
parentfa3f892f28db393b1411f046877ee48179f6a4cf (diff)
downloadmime-support-0e634de02fd69aa55b821744af3436f8bbcddc12.tar.gz
mime-support: expose mime.types as 'debian.mime.types' filegroup.platform-tools-29.0.4platform-tools-29.0.3
Test: See other CL in this topic. Bug: 135431432 Change-Id: I02aef6ca399fe26405275492bc19e45ac26fd401
-rw-r--r--Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..d08cd6f
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,10 @@
+filegroup {
+ name: "debian.mime.types",
+ visibility: [
+ "//visibility:public",
+ ],
+ path: "",
+ srcs: [
+ "mime.types",
+ ],
+}