diff options
author | Paul Lawrence <paullawrence@google.com> | 2019-08-02 16:45:22 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-08-02 16:45:22 -0700 |
commit | be83b553fef2fa13ecc8edbea974f450637cc60e (patch) | |
tree | 5e446882e9b3852fedddada36e9abf7fff69f0c4 | |
parent | 3d406b8575766698bae4908c2cadc3034eb9200c (diff) | |
parent | 6b03344fbe4681511bd68f81a6b2880903157c97 (diff) |
Add metadata files am: f082a5799a am: f1dd033208 am: 774e95c8a5
am: 6b03344fbe
Change-Id: I11d9ee1c62608e43b81a64c100d0682acf66d2da
-rw-r--r-- | METADATA | 18 | ||||
-rw-r--r-- | MODULE_LICENSE_LGPL2 | 0 | ||||
l--------- | NOTICE | 1 |
3 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..749cb0c --- /dev/null +++ b/METADATA @@ -0,0 +1,18 @@ +name: "libfuse" +description: + "The reference implementation of the Linux FUSE (Filesystem in Userspace) " + "interface" + +third_party { + url { + type: HOMEPAGE + value: "https://github.com/libfuse" + } + url { + type: GIT + value: "https://github.com/libfuse/libfuse.git" + } + version: "3.6.2" + last_upgrade_date { year: 2019 month: 7 day: 19 } + license_type: RESTRICTED_IF_STATICALLY_LINKED +} diff --git a/MODULE_LICENSE_LGPL2 b/MODULE_LICENSE_LGPL2 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/MODULE_LICENSE_LGPL2 @@ -0,0 +1 @@ +LICENSE
\ No newline at end of file |