From: Dario Freni Date: Thu, 2 Jan 2020 12:59:39 +0000 (+0000) Subject: AOSP: Allow debugfs_static to be compiled as host tool. X-Git-Tag: v1.45.6~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223479730aa2f4222bec4667af98d1191bcf67a8;p=thirdparty%2Fe2fsprogs.git AOSP: Allow debugfs_static to be compiled as host tool. Bug: 144477678 Test: m debugfs_static Change-Id: I7c360a2a381f8508578d14c32bbb280f386dd925 From AOSP commit: 742bb05a401eb2feb6caaee1c8d66fc1c37eef77 --- 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,