Whamcloud - gitweb
AOSP: Make blkid host_supported
authorDennis Shen <dzshen@google.com>
Wed, 2 Nov 2022 14:47:38 +0000 (14:47 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Feb 2023 04:40:15 +0000 (23:40 -0500)
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

misc/Android.bp

index 2b1620a..04301ae 100644 (file)
@@ -236,6 +236,7 @@ cc_binary {
 
 cc_binary {
     name: "blkid",
+    host_supported: true,
     defaults: ["e2fsprogs-defaults"],
 
     srcs: ["blkid.c"],