Merge "Just check in tools.h." am: 5edeadb53b

am: 867c944982

Change-Id: I8e564631d8c9beda3f19565fd2ecd0d47faeb260
This commit is contained in:
Elliott Hughes 2018-01-10 02:56:02 +00:00 committed by android-build-merger
commit d750fbde59
2 changed files with 4 additions and 7 deletions

View File

@ -32,12 +32,6 @@ cc_library_static {
],
}
genrule {
name: "toolbox_tools",
cmd: "echo '/* file generated automatically */' >$(out) && for t in toolbox dd getevent newfs_msdos; do echo \"TOOL($$t)\" >>$(out); done",
out: ["tools.h"],
}
genrule {
name: "toolbox_input_labels",
tool_files: ["generate-input.h-labels.py"],
@ -55,7 +49,6 @@ cc_binary {
"newfs_msdos.c",
],
generated_headers: [
"toolbox_tools",
"toolbox_input_labels",
],
whole_static_libs: ["libtoolbox_dd"],

4
toolbox/tools.h Normal file
View File

@ -0,0 +1,4 @@
TOOL(dd)
TOOL(getevent)
TOOL(newfs_msdos)
TOOL(toolbox)