]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - CleanSpec.mk
AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partition
authorJiyong Park <jiyong@google.com>
Wed, 20 Jun 2018 05:21:54 +0000 (14:21 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Jun 2018 03:51:40 +0000 (23:51 -0400)
commit722b9ca4cac7edc4304e2ecd7d3992e051125b33
tree3895fa7109ca62172f0e6a34f26434dc7ea84c02
parent8cec4acdc03a449e8b193948ebce22fe4ad21324
AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partition

The two utilities are now converted to dynamic executables as shared
libraries are supported in recovery mode.

As part of the conversion, shared libraries that are depended from them
are also marked as recovery_available: true.

Bug: 79146551
Test: adb reboot recovery, and select 'Wipe data/factory reset'. The
data partition is formatted and there is no selinux denial.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Change-Id: I22fbc83a4ff0496096efca90721b0db1237c32cd
From AOSP commit: df1f088849ed3336bb4f6f200c29b30682f15948
CleanSpec.mk
contrib/android/Android.bp
contrib/android/Android.mk [deleted file]
lib/blkid/Android.bp
lib/e2p/Android.bp
lib/et/Android.bp
lib/ext2fs/Android.bp
lib/support/Android.bp
misc/Android.bp
misc/Android.mk [deleted file]