summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-06-21 00:35:04 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-06-21 00:35:04 +0200
commit8c3a35f9f8a458f5b23c6ec1d1b11b8e543fff04 (patch)
tree8babdeb9d275fbe2f01b50f1adf7b9c65ac8f85d /Android.mk
parentMerge "applypatch: Clean up the function comments." am: 24e1321bc3 am: d4c1045d4e (diff)
parentMerge "e2fsdroid and mke2fs are dynamic executable in recovery partition" am: 9b5d4ea20f (diff)
downloadandroid_bootable_recovery-8c3a35f9f8a458f5b23c6ec1d1b11b8e543fff04.tar
android_bootable_recovery-8c3a35f9f8a458f5b23c6ec1d1b11b8e543fff04.tar.gz
android_bootable_recovery-8c3a35f9f8a458f5b23c6ec1d1b11b8e543fff04.tar.bz2
android_bootable_recovery-8c3a35f9f8a458f5b23c6ec1d1b11b8e543fff04.tar.lz
android_bootable_recovery-8c3a35f9f8a458f5b23c6ec1d1b11b8e543fff04.tar.xz
android_bootable_recovery-8c3a35f9f8a458f5b23c6ec1d1b11b8e543fff04.tar.zst
android_bootable_recovery-8c3a35f9f8a458f5b23c6ec1d1b11b8e543fff04.zip
Diffstat (limited to '')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 819ad5a44..906fcd6a5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -190,8 +190,8 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_HAL_STATIC_LIBRARIES := libhealthd
LOCAL_REQUIRED_MODULES := \
- e2fsdroid_static \
- mke2fs_static \
+ e2fsdroid.recovery \
+ mke2fs.recovery \
mke2fs.conf
ifeq ($(TARGET_USERIMAGES_USE_F2FS),true)