commit | 4f8a56f15de51ea3ecc08cd84748cdc56d640aaf | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon May 03 16:58:55 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 03 16:58:55 2021 +0000 |
tree | 24caa05cccf45cff5cc1cc330710800164115ba7 | |
parent | 2de90ca52667fa34d3d258985bbfa2d78a808683 [diff] | |
parent | 288f9eec0f5fb4fdd83577426d346b8ab9bcd9a7 [diff] |
Merge "Make mkbootfs self-contained"
diff --git a/cpio/Android.bp b/cpio/Android.bp index 16af079..cd2a624 100644 --- a/cpio/Android.bp +++ b/cpio/Android.bp
@@ -8,7 +8,11 @@ name: "mkbootfs", srcs: ["mkbootfs.c"], cflags: ["-Werror"], - shared_libs: ["libcutils"], + static_libs: [ + "libbase", + "libcutils", + "liblog", + ], dist: { targets: ["dist_files"], },