summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2019-08-02 11:25:44 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-02 11:25:44 -0700
commit3598a7e7351b5fcafe2babe95a61e59df3acdffb (patch)
tree7a99786226572572321c1a37a67371de630325ba
parenteda02a5bbd356835d9cdf15899a4f959e62b354d (diff)
parent0e634de02fd69aa55b821744af3436f8bbcddc12 (diff)
downloadmime-support-3598a7e7351b5fcafe2babe95a61e59df3acdffb.tar.gz
mime-support: expose mime.types as 'debian.mime.types' filegroup.
am: 0e634de02f Change-Id: I5f62008b1d06ad967c6270619ea1df0d6466a71c
-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",
+ ],
+}