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

Commit 583c7520 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7333400 from d41a75a5 to sc-v2-release

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