Merge "Make mkbootfs self-contained" am: 4f8a56f15d am: 14f3b1b0d2
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1690535 Change-Id: I8c679e880ecea0539d84bd2a0cd4dd09fcc8fbb8
This commit is contained in:
commit
434735eab7
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