summaryrefslogtreecommitdiffstats
path: root/install/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-06-12 01:09:07 +0200
committerTianjie Xu <xunchang@google.com>2019-06-20 22:53:40 +0200
commitf6158eb918fb86f94e418244a9351379ad568563 (patch)
treebddde0da3fd2d6852f84e61887a69f8297fc1c2b /install/Android.bp
parentMerge "InstallPackage now takes a package as parameter" (diff)
downloadandroid_bootable_recovery-f6158eb918fb86f94e418244a9351379ad568563.tar
android_bootable_recovery-f6158eb918fb86f94e418244a9351379ad568563.tar.gz
android_bootable_recovery-f6158eb918fb86f94e418244a9351379ad568563.tar.bz2
android_bootable_recovery-f6158eb918fb86f94e418244a9351379ad568563.tar.lz
android_bootable_recovery-f6158eb918fb86f94e418244a9351379ad568563.tar.xz
android_bootable_recovery-f6158eb918fb86f94e418244a9351379ad568563.tar.zst
android_bootable_recovery-f6158eb918fb86f94e418244a9351379ad568563.zip
Diffstat (limited to 'install/Android.bp')
-rw-r--r--install/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/Android.bp b/install/Android.bp
index 4696e501e..89cc3f23e 100644
--- a/install/Android.bp
+++ b/install/Android.bp
@@ -61,7 +61,7 @@ cc_library_static {
srcs: [
"adb_install.cpp",
"asn1_decoder.cpp",
- "fuse_sdcard_install.cpp",
+ "fuse_install.cpp",
"install.cpp",
"package.cpp",
"verifier.cpp",