Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f7581
)
AOSP: Allow debugfs_static to be compiled as host tool.
author
Dario Freni
<dariofreni@google.com>
Thu, 2 Jan 2020 12:59:39 +0000
(12:59 +0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/debugfs/Android.bp
b/debugfs/Android.bp
index
9f9a9f0
..
b9f299b
100644
(file)
--- 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,