aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-07-10 10:50:39 -0700
committerDoug Zongker <dougz@google.com>2014-07-10 10:58:35 -0700
commit945fc68c62692467ddb8b7d714bcf0bf01c783c2 (patch)
tree8fcb9d928f544a13a8085c47e13e6742a3675583 /Android.mk
parent18a78e0a162c35756628610307f41179816d3333 (diff)
downloadbootable_recovery-945fc68c62692467ddb8b7d714bcf0bf01c783c2.zip
bootable_recovery-945fc68c62692467ddb8b7d714bcf0bf01c783c2.tar.gz
bootable_recovery-945fc68c62692467ddb8b7d714bcf0bf01c783c2.tar.bz2
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index f469182..1a91f00 100644
--- a/Android.mk
+++ b/Android.mk
@@ -38,7 +38,8 @@ LOCAL_SRC_FILES := \
screen_ui.cpp \
asn1_decoder.cpp \
verifier.cpp \
- adb_install.cpp
+ adb_install.cpp \
+ fuse_sdcard_provider.c
LOCAL_MODULE := recovery