aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 5e2f5a7f80dc510dd704f16b33ef2670dba008f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: "Jimfs"
description:
    "Jimfs is an in-memory file system for Java 7 and above, implementing the "
    "java.nio.file abstract file system APIs. "
    "Note that it may not directly mimic all file system behavior (e.g. SELinux "
    "access control, emulated storage, etc.). The initial intention to add this "
    "project to Android is to fake host side disk access in unit tests, and not "
    "the device itself."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/google/jimfs"
  }
  url {
    type: GIT
    value: "https://github.com/google/jimfs.git"
  }
  version: "v1.1"
  last_upgrade_date { year: 2019 month: 12 day: 18 }
  license_type: NOTICE
}