Skip to content

Commit

Permalink
Mark e2fsck/resize2fs/tune2fs as recovery_available
Browse files Browse the repository at this point in the history
Change-Id: Ia679223c2db9087e841649995fdb09ecd628d717
  • Loading branch information
mikeNG authored and anayw2001 committed Dec 16, 2023
1 parent e260ee2 commit df837a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2fsck/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ e2fsck_libs = [
cc_binary {
name: "e2fsck",
host_supported: true,
recovery_available: true,
vendor_ramdisk_available: true,
defaults: ["e2fsck-defaults"],

Expand Down
1 change: 1 addition & 0 deletions misc/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ tune2fs_libs = [
cc_binary {
name: "tune2fs",
host_supported: true,
recovery_available: true,
vendor_ramdisk_available: true,
defaults: ["tune2fs-defaults"],

Expand Down
1 change: 1 addition & 0 deletions resize/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ cc_defaults {
cc_binary {
name: "resize2fs",
host_supported: true,
recovery_available: true,
vendor_ramdisk_available: true,
defaults: ["resize2fs-defaults"],

Expand Down

0 comments on commit df837a3

Please sign in to comment.