diff options
| author | 2019-09-23 09:35:11 -0700 | |
|---|---|---|
| committer | 2019-09-23 09:35:11 -0700 | |
| commit | fb59c94709e52260e5488898027048e7c99b9f0b (patch) | |
| tree | 4f48e24169ce96ecc4b5dd2ef5d06e4893e6e513 | |
| parent | 3839be4e4feb1abff58c848ec4c6e747af0b2894 (diff) | |
| parent | 330c15e27373123333517e6ce85cbd6fdae2abb1 (diff) | |
Merge "Host users of libutils trace use libcutils." am: 4a17a712f5
am: 330c15e273
Change-Id: I3842b332694077617191cd070e3f295c29c3d98a
| -rw-r--r-- | cmds/idmap2/Android.bp | 3 | ||||
| -rw-r--r-- | startop/view_compiler/Android.bp | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp index d4d587108a54..4c77ba402595 100644 --- a/cmds/idmap2/Android.bp +++ b/cmds/idmap2/Android.bp @@ -69,6 +69,7 @@ cc_library { static_libs: [ "libandroidfw", "libbase", + "libcutils", "libutils", "libziparchive", ], @@ -121,6 +122,7 @@ cc_test { static_libs: [ "libandroidfw", "libbase", + "libcutils", "libidmap2", "liblog", "libutils", @@ -163,6 +165,7 @@ cc_binary { static_libs: [ "libandroidfw", "libbase", + "libcutils", "libidmap2", "liblog", "libutils", diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp index 4f6524e0528b..c380d291d573 100644 --- a/startop/view_compiler/Android.bp +++ b/startop/view_compiler/Android.bp @@ -25,6 +25,7 @@ cc_defaults { "slicer", ], static_libs: [ + "libcutils", "libtinyxml2", "liblog", "libutils", |