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