diff options
author | Tao Bao <tbao@google.com> | 2018-08-22 12:52:59 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-22 12:52:59 +0200 |
commit | b3e1fbb67dbc927044d844971d87e5d7a5cdb4aa (patch) | |
tree | 96f371cd0e96b76c6efceb5f213cfadb3ef64f5c | |
parent | Merge "tests: Remove {old,new}.file." am: 09ce7686f2 am: 14d87881d8 (diff) | |
parent | Merge "Depend on mke2fs.conf.recovery." am: aa536568b3 (diff) | |
download | android_bootable_recovery-b3e1fbb67dbc927044d844971d87e5d7a5cdb4aa.tar android_bootable_recovery-b3e1fbb67dbc927044d844971d87e5d7a5cdb4aa.tar.gz android_bootable_recovery-b3e1fbb67dbc927044d844971d87e5d7a5cdb4aa.tar.bz2 android_bootable_recovery-b3e1fbb67dbc927044d844971d87e5d7a5cdb4aa.tar.lz android_bootable_recovery-b3e1fbb67dbc927044d844971d87e5d7a5cdb4aa.tar.xz android_bootable_recovery-b3e1fbb67dbc927044d844971d87e5d7a5cdb4aa.tar.zst android_bootable_recovery-b3e1fbb67dbc927044d844971d87e5d7a5cdb4aa.zip |
-rw-r--r-- | Android.bp | 2 |
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", ], |