aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Freni <dariofreni@google.com>2020-01-02 12:59:39 +0000
committerTheodore Ts'o <tytso@mit.edu>2020-03-20 22:55:39 -0400
commit223479730aa2f4222bec4667af98d1191bcf67a8 (patch)
tree55a15b3529d5373ee7c4210f7c1fe04acf6a15d8
parent91f75819e0927615b04208138441391d0be4d625 (diff)
downloade2fsprogs-223479730aa2f4222bec4667af98d1191bcf67a8.tar.gz
AOSP: Allow debugfs_static to be compiled as host tool.
Bug: 144477678 Test: m debugfs_static Change-Id: I7c360a2a381f8508578d14c32bbb280f386dd925 From AOSP commit: 742bb05a401eb2feb6caaee1c8d66fc1c37eef77
-rw-r--r--debugfs/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/debugfs/Android.bp b/debugfs/Android.bp
index 9f9a9f0ce..b9f299b5f 100644
--- a/debugfs/Android.bp
+++ b/debugfs/Android.bp
@@ -66,6 +66,7 @@ cc_binary {
cc_binary {
name: "debugfs_static",
static_executable: true,
+ host_supported: true,
defaults: ["debugfs-defaults"],
static_libs: debugfs_libs,