summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-06-21 00:24:29 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-06-21 00:24:29 +0200
commit681ae40d4186db9f349032d07b49d770ce20dab1 (patch)
tree8babdeb9d275fbe2f01b50f1adf7b9c65ac8f85d /Android.mk
parentMerge "applypatch: Clean up the function comments." (diff)
parentMerge "e2fsdroid and mke2fs are dynamic executable in recovery partition" (diff)
downloadandroid_bootable_recovery-681ae40d4186db9f349032d07b49d770ce20dab1.tar
android_bootable_recovery-681ae40d4186db9f349032d07b49d770ce20dab1.tar.gz
android_bootable_recovery-681ae40d4186db9f349032d07b49d770ce20dab1.tar.bz2
android_bootable_recovery-681ae40d4186db9f349032d07b49d770ce20dab1.tar.lz
android_bootable_recovery-681ae40d4186db9f349032d07b49d770ce20dab1.tar.xz
android_bootable_recovery-681ae40d4186db9f349032d07b49d770ce20dab1.tar.zst
android_bootable_recovery-681ae40d4186db9f349032d07b49d770ce20dab1.zip
Diffstat (limited to 'Android.mk')
-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)