summaryrefslogtreecommitdiffstats
path: root/fuse_sideload.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the android-5.0 branch compile in 4.4 to 4.1Ethan Yonker2014-12-021-1/+1
| | | | | | | | | | | | | Migrate previous minzip to minzipold replacing the existing minzipold. This will break compatibility with trees that do not support selinux (ICS and older). Migrate former verifier files to verifierold. Add fuse.h to recovery source because older trees do not have it. Add LOCAL_MODULE_TAGS where needed for 4.1 tree. Change-Id: Iade57cb2b0115af7fce9f56aa98636b1744a1ef4
* refactor fuse sideloading codeDoug Zongker2014-07-101-0/+503
Split the adb-specific portions (fetching a block from the adb host and closing the connections) out from the rest of the FUSE filesystem code, so that we can reuse the fuse stuff for installing off sdcards as well. Change-Id: I0ba385fd35999c5f5cad27842bc82024a264dd14