summaryrefslogtreecommitdiff
path: root/lib/e2p
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-06-20 14:21:54 +0900
committerTheodore Ts'o <tytso@mit.edu>2018-06-27 23:51:40 -0400
commit722b9ca4cac7edc4304e2ecd7d3992e051125b33 (patch)
tree3895fa7109ca62172f0e6a34f26434dc7ea84c02 /lib/e2p
parent8cec4acdc03a449e8b193948ebce22fe4ad21324 (diff)
downloade2fsprogs-722b9ca4cac7edc4304e2ecd7d3992e051125b33.tar.gz
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
Diffstat (limited to 'lib/e2p')
-rw-r--r--lib/e2p/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/e2p/Android.bp b/lib/e2p/Android.bp
index 21089d7b..148a576c 100644
--- a/lib/e2p/Android.bp
+++ b/lib/e2p/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libext2_e2p",
host_supported: true,
+ recovery_available: true,
unique_host_soname: true,
defaults: ["e2fsprogs-defaults"],
srcs: [