Merge "Host users of libutils trace use libcutils."

am: 4a17a712f5

Change-Id: I76a52b5b9d7c27c6a7058eb8a8f8e3e12899d802
This commit is contained in:
Steven Moreland
2019-09-23 09:29:34 -07:00
committed by android-build-merger
2 changed files with 4 additions and 0 deletions

View File

@@ -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",

View File

@@ -25,6 +25,7 @@ cc_defaults {
"slicer",
],
static_libs: [
"libcutils",
"libtinyxml2",
"liblog",
"libutils",