summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-19 21:56:19 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-03-19 21:56:19 +0100
commit77a2ff12d7365c7c1f31e1f7943018404ad728ae (patch)
tree874f99533dc317f106ba4da4e955713c5ff46051 /Android.bp
parentMerge "Skip calling verify_package_compatibility when resuming." am: 98beb6414b (diff)
parentMerge "Create a FuseDataProvider base class" (diff)
downloadandroid_bootable_recovery-77a2ff12d7365c7c1f31e1f7943018404ad728ae.tar
android_bootable_recovery-77a2ff12d7365c7c1f31e1f7943018404ad728ae.tar.gz
android_bootable_recovery-77a2ff12d7365c7c1f31e1f7943018404ad728ae.tar.bz2
android_bootable_recovery-77a2ff12d7365c7c1f31e1f7943018404ad728ae.tar.lz
android_bootable_recovery-77a2ff12d7365c7c1f31e1f7943018404ad728ae.tar.xz
android_bootable_recovery-77a2ff12d7365c7c1f31e1f7943018404ad728ae.tar.zst
android_bootable_recovery-77a2ff12d7365c7c1f31e1f7943018404ad728ae.zip
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4c7ce52e9..a6986bb2c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -174,7 +174,7 @@ cc_library_static {
srcs: [
"adb_install.cpp",
"fsck_unshare_blocks.cpp",
- "fuse_sdcard_provider.cpp",
+ "fuse_sdcard_install.cpp",
"install.cpp",
"recovery.cpp",
"roots.cpp",