commit | 945fc68c62692467ddb8b7d714bcf0bf01c783c2 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@google.com> | Thu Jul 10 10:50:39 2014 -0700 |
committer | Doug Zongker <dougz@google.com> | Thu Jul 10 10:58:35 2014 -0700 |
tree | 8fcb9d928f544a13a8085c47e13e6742a3675583 | |
parent | 18a78e0a162c35756628610307f41179816d3333 [diff] |
do sdcard sideloading through the fuse filesystem Make a fuse filesystem that sits on top of the selected package file on the sdcard, so we can verify that the file contents don't change while being read and avoid copying the file to /tmp (that is, RAM) before verifying and installing it. Change-Id: Ifd982aa68bfe469eda5f839042648654bf7386a1