]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
AOSP: Allow debugfs_static to be compiled as host tool.
authorDario Freni <dariofreni@google.com>
Thu, 2 Jan 2020 12:59:39 +0000 (12:59 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 21 Mar 2020 02:55:39 +0000 (22:55 -0400)
Bug: 144477678
Test: m debugfs_static
Change-Id: I7c360a2a381f8508578d14c32bbb280f386dd925
From AOSP commit: 742bb05a401eb2feb6caaee1c8d66fc1c37eef77

debugfs/Android.bp

index 9f9a9f0ce40ee9501857468a97d9bb2280766b76..b9f299b5f46f2ef0eef0aaa2738afa217d01f6be 100644 (file)
@@ -66,6 +66,7 @@ cc_binary {
 cc_binary {
     name: "debugfs_static",
     static_executable: true,
+    host_supported: true,
     defaults: ["debugfs-defaults"],
 
     static_libs: debugfs_libs,