aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Shen <dzshen@google.com>2022-11-01 17:49:53 +0000
committerDennis Shen <dzshen@google.com>2022-11-01 17:49:53 +0000
commit9778bacea84b2187bbb2314dea4af415c1503d92 (patch)
tree4aca0550ce3561c56de47070d1d52f6b9ae4d022
parenta6f2586b470c96ed917ae56f2c84c6deaf8cfc31 (diff)
downloade2fsprogs-9778bacea84b2187bbb2314dea4af415c1503d92.tar.gz
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: I2c113fa31b9143d742a0f94af2992ba988b122b1
-rw-r--r--misc/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Android.bp b/misc/Android.bp
index 78e18e42..629d6c98 100644
--- a/misc/Android.bp
+++ b/misc/Android.bp
@@ -239,6 +239,7 @@ cc_binary {
cc_binary {
name: "blkid",
+ host_supported: true,
defaults: ["e2fsprogs-defaults"],
srcs: ["blkid.c"],