Merge "Make mkbootfs self-contained"
This commit is contained in:
commit
4f8a56f15d
1 changed files with 5 additions and 1 deletions
|
|
@ -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"],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue