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

Commit 76858a06 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

newfs_msdos: switch to external/newfs_msdos.

Bug: http://b/29899852
Test: builds
Change-Id: Iecd80d0c64cb5eec4c76ba4bce775508ee45df49
parent 72221992
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ phony {
        "logwrapper_vendor",
        "mkshrc",
        "mkshrc_vendor",
        "newfs_msdos",
        "reboot",
        "sh",
        "sh_vendor",
+0 −9
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ cc_defaults {
        "toolbox.c",
        "getevent.c",
        "getprop.cpp",
        "newfs_msdos.c",
    ],
    generated_headers: [
        "toolbox_input_labels",
@@ -39,7 +38,6 @@ cc_defaults {
    symlinks: [
        "getevent",
        "getprop",
        "newfs_msdos",
    ],
}

@@ -61,10 +59,3 @@ cc_binary {
    defaults: ["toolbox_defaults"],
    srcs: ["r.c"],
}

cc_binary_host {
    name: "newfs_msdos",
    defaults: ["toolbox_defaults"],
    srcs: ["newfs_msdos.c"],
    cflags: ["-Dnewfs_msdos_main=main"]
}
+0 −0

File moved.

Loading