summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-12-11 13:07:40 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-11 13:07:40 +0100
commit60548a22009f3860fc7e98696c42fa6731d0c84e (patch)
tree80fdd59466e67924dd5475dbefb404fb24a563e1 /Android.mk
parentSnap for 4481641 from 1ab7bf47a60a39cc3d44fdac977e0a044cf06d8a to pi-release (diff)
parentMerge "applypatch: Remove the 'st' field from FileContents." am: 9203e77e7d am: 710712f235 (diff)
downloadandroid_bootable_recovery-60548a22009f3860fc7e98696c42fa6731d0c84e.tar
android_bootable_recovery-60548a22009f3860fc7e98696c42fa6731d0c84e.tar.gz
android_bootable_recovery-60548a22009f3860fc7e98696c42fa6731d0c84e.tar.bz2
android_bootable_recovery-60548a22009f3860fc7e98696c42fa6731d0c84e.tar.lz
android_bootable_recovery-60548a22009f3860fc7e98696c42fa6731d0c84e.tar.xz
android_bootable_recovery-60548a22009f3860fc7e98696c42fa6731d0c84e.tar.zst
android_bootable_recovery-60548a22009f3860fc7e98696c42fa6731d0c84e.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 50627b9b9..54f405466 100644
--- a/Android.mk
+++ b/Android.mk
@@ -89,7 +89,7 @@ LOCAL_REQUIRED_MODULES := e2fsdroid_static mke2fs_static mke2fs.conf
ifeq ($(TARGET_USERIMAGES_USE_F2FS),true)
ifeq ($(HOST_OS),linux)
-LOCAL_REQUIRED_MODULES += mkfs.f2fs
+LOCAL_REQUIRED_MODULES += sload.f2fs mkfs.f2fs
endif
endif