1name: "Jimfs" 2description: 3 "Jimfs is an in-memory file system for Java 7 and above, implementing the " 4 "java.nio.file abstract file system APIs. " 5 "Note that it may not directly mimic all file system behavior (e.g. SELinux " 6 "access control, emulated storage, etc.). The initial intention to add this " 7 "project to Android is to fake host side disk access in unit tests, and not " 8 "the device itself." 9 10third_party { 11 url { 12 type: HOMEPAGE 13 value: "https://github.com/google/jimfs" 14 } 15 url { 16 type: GIT 17 value: "https://github.com/google/jimfs.git" 18 } 19 version: "v1.1" 20 last_upgrade_date { year: 2019 month: 12 day: 18 } 21 license_type: NOTICE 22} 23