diff options
| author | 2019-09-23 09:45:49 -0700 | |
|---|---|---|
| committer | 2019-09-23 09:45:49 -0700 | |
| commit | c1e240aa7a27cfab9b7f61b3a9a1487a77ecfe80 (patch) | |
| tree | 69ba978109612ceced3011f1cbde5a12e45b433a | |
| parent | b435a057b75428e88e6af6f6714f4241b2a0b14e (diff) | |
| parent | fb59c94709e52260e5488898027048e7c99b9f0b (diff) | |
Merge "Host users of libutils trace use libcutils." am: 4a17a712f5 am: 330c15e273
am: fb59c94709
Change-Id: I1c2fe37eb3d12d07ea0f6c7e2aa03fd9e3ff3813
| -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", |