summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-25Fix build from implicit declaration.Dan Albert1-0/+1
Turn the warning on by default and turn on -Werror so this doesn't happen next time. Change-Id: Id65bf0cb63bbf0ff224655b425463ae2f55435df
2015-01-30Add missing includes.Elliott Hughes1-0/+1
Change-Id: I06ea08400efa511e627be37a4fd70fbdfadea2e6
2014-07-10refactor fuse sideloading codeDoug Zongker1-0/+67
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