Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7be1667f authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Just check in tools.h." am: 5edeadb5 am: 867c9449

am: d750fbde

Change-Id: Iec68bcf6db93a8f0c07eb4578e8c8239b7542642
parents 8aed3bd2 d750fbde
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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"],

toolbox/tools.h

0 → 100644
+4 −0
Original line number Diff line number Diff line
TOOL(dd)
TOOL(getevent)
TOOL(newfs_msdos)
TOOL(toolbox)