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

Commit 288f9eec authored by Yi-Yo Chiang's avatar Yi-Yo Chiang
Browse files

Make mkbootfs self-contained

Now that mkbootfs is in prebuilt build tools, make it have no dynamic
dependency so that the binary is portable.

Bug: 184490452
Test: Presubmit
Change-Id: Ida4ee9af3c51ba9d163cf9c1e7b7098fd24e0de1
parent 2de90ca5
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"],
    },