summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Shen <dzshen@google.com>2022-11-02 14:47:38 +0000
committerTheodore Ts'o <tytso@mit.edu>2023-01-31 23:40:15 -0500
commit218695a0a746eb5fc2875359dff3226c9709be4b (patch)
treeb76e6288be756d75c445da9b7152c06197910960
parent91f8beba90252aa38cad65e7f211859b9feff5e9 (diff)
downloade2fsprogs-218695a0a746eb5fc2875359dff3226c9709be4b.tar.gz
AOSP: Make blkid host_supported
We need blkid in deapexer to get the filesystem type of the payload image. However, blkid will not be installed to host out dir unless we make it host_supported which is what this change is about. BUG: b/255963179, b/240288941 TEST: m deapexer; then check out/host/linux-x86/bin Change-Id: I46c1e18b9dbdbeb41c7dfe4e26496004d1b2b3de From AOSP commit: f12ebffc345741380d9a30ddac528a9b995657cd
-rw-r--r--misc/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Android.bp b/misc/Android.bp
index 2b1620ac..04301ae6 100644
--- a/misc/Android.bp
+++ b/misc/Android.bp
@@ -236,6 +236,7 @@ cc_binary {
cc_binary {
name: "blkid",
+ host_supported: true,
defaults: ["e2fsprogs-defaults"],
srcs: ["blkid.c"],