From 223479730aa2f4222bec4667af98d1191bcf67a8 Mon Sep 17 00:00:00 2001 From: Dario Freni Date: Thu, 2 Jan 2020 12:59:39 +0000 Subject: [PATCH] AOSP: Allow debugfs_static to be compiled as host tool. Bug: 144477678 Test: m debugfs_static Change-Id: I7c360a2a381f8508578d14c32bbb280f386dd925 From AOSP commit: 742bb05a401eb2feb6caaee1c8d66fc1c37eef77 --- debugfs/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/debugfs/Android.bp b/debugfs/Android.bp index 9f9a9f0..b9f299b 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, -- 1.8.3.1