lin
2025-02-18 579f327609a9782026d9f48e771971ffc11d8a59
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2005 The Android Open Source Project
 
cc_binary_host {
    name: "mkbootfs",
    srcs: ["mkbootfs.c"],
    cflags: ["-Werror"],
    shared_libs: ["libcutils"],
    dist: {
        targets: ["dist_files"],
    },
}