Merge "Make mkbootfs self-contained"

This commit is contained in:
Treehugger Robot 2021-05-03 16:58:55 +00:00 committed by Gerrit Code Review
commit 4f8a56f15d

View file

@ -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"],
},