This website requires JavaScript.
Explore
Help
Sign In
pa-fazil
/
android_packages_modules_Virtualization
Watch
1
Star
0
Fork
You've already forked android_packages_modules_Virtualization
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c5dad8a818
android_packages_modules_Vi...
/
zipfuse
/
.cargo
/
config.toml
4 lines
88 B
TOML
Raw
Normal View
History
Unescape
Escape
zipfuse: supports zip on block device Add a test case to ensure that zipfuse works with a block device whose content is backed by a zip file. Fortunately, zip-rs already supports reading a zip file from a block device: it locates the end of central directory record by reverse-scanning a file from the end. Bug: 186377508 Test: cargo test (android test missing because we don't have the loopdevice crate for Android, which is fine) Change-Id: I8fbbfd18a2a0df2a550e3f679ba74ba603b59efd
2021-05-17 05:42:23 +00:00
# losetup requires root privilege.
zipfuse: a read-only fuse implementation for zip archive zipfuse is a read-only FUSE implementation for zip archive. It will be used to make files embedded in APKs (which are zip files) be accessible as regular files in microdroid. Bug: 186377508 Test: atest ZipFuseTest Change-Id: Idf0fb4d32b8a2d957da9188fedeebb5610050e65
2021-05-10 02:01:23 +00:00
[
target
.
x86_64-unknown-linux-gnu
]
zipfuse: supports zip on block device Add a test case to ensure that zipfuse works with a block device whose content is backed by a zip file. Fortunately, zip-rs already supports reading a zip file from a block device: it locates the end of central directory record by reverse-scanning a file from the end. Bug: 186377508 Test: cargo test (android test missing because we don't have the loopdevice crate for Android, which is fine) Change-Id: I8fbbfd18a2a0df2a550e3f679ba74ba603b59efd
2021-05-17 05:42:23 +00:00
runner
=
'sudo -E'