summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Tabaka <eieio@google.com>2017-10-11 10:49:57 -0700
committerCorey Tabaka <eieio@google.com>2017-10-11 13:38:24 -0700
commitc9f1c322da71c20c018b8d16c22b3552e9f143e8 (patch)
tree42e727086345143dba0930b0e8c95b4f846ec79f
parent05cd77c494aa7042fca7978e1b934855598b765e (diff)
downloadnative-c9f1c322da71c20c018b8d16c22b3552e9f143e8.tar.gz
Add missing transitive dependency to atrace.
This is the proper fix for the revert in ag/3048738. Bug: 65455724 Test: lunch full-eng && make -j30 Change-Id: I88d37fca2d1f71a46595dd74b5fd6749fa4b477d
-rw-r--r--cmds/atrace/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/atrace/Android.bp b/cmds/atrace/Android.bp
index abf7b06687..b3cbdef67f 100644
--- a/cmds/atrace/Android.bp
+++ b/cmds/atrace/Android.bp
@@ -11,6 +11,7 @@ cc_binary {
"libhidltransport",
"liblog",
"libutils",
+ "libcutils",
"libz",
"libbase",
],