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

Commit 4f8a56f1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make mkbootfs self-contained"

parents 2de90ca5 288f9eec
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -8,7 +8,11 @@ cc_binary_host {
    name: "mkbootfs",
    srcs: ["mkbootfs.c"],
    cflags: ["-Werror"],
    shared_libs: ["libcutils"],
    static_libs: [
        "libbase",
        "libcutils",
        "liblog",
    ],
    dist: {
        targets: ["dist_files"],
    },