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

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

Merge "newfs_msdos: switch to external/newfs_msdos." am: c50fe3dc am: 0d9e2683

am: 79d38633

Change-Id: I065683cd749a5c00e43a7ab20a200782e59866c2
parents f56e8976 79d38633
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.recovery",
+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",
    ],
}

@@ -62,10 +60,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