summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-22 00:35:48 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-22 00:35:48 +0200
commitaa536568b3ba2916dd5425b3e4c9852f06336df7 (patch)
tree96f371cd0e96b76c6efceb5f213cfadb3ef64f5c
parentMerge "tests: Remove {old,new}.file." (diff)
parentDepend on mke2fs.conf.recovery. (diff)
downloadandroid_bootable_recovery-aa536568b3ba2916dd5425b3e4c9852f06336df7.tar
android_bootable_recovery-aa536568b3ba2916dd5425b3e4c9852f06336df7.tar.gz
android_bootable_recovery-aa536568b3ba2916dd5425b3e4c9852f06336df7.tar.bz2
android_bootable_recovery-aa536568b3ba2916dd5425b3e4c9852f06336df7.tar.lz
android_bootable_recovery-aa536568b3ba2916dd5425b3e4c9852f06336df7.tar.xz
android_bootable_recovery-aa536568b3ba2916dd5425b3e4c9852f06336df7.tar.zst
android_bootable_recovery-aa536568b3ba2916dd5425b3e4c9852f06336df7.zip
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 53b74dca5..c5fcd65c0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -232,7 +232,7 @@ cc_binary {
required: [
"e2fsdroid.recovery",
"librecovery_ui_ext",
- "mke2fs.conf",
+ "mke2fs.conf.recovery",
"mke2fs.recovery",
"recovery_deps",
],