| commit | ed8bd9a711383e4ceb24fce052ab4ddce17bba09 | [log] [tgz] |
|---|---|---|
| author | Corey Tabaka <eieio@google.com> | Thu Oct 12 02:03:41 2017 +0000 |
| committer | android-build-merger <android-build-merger@google.com> | Thu Oct 12 02:03:41 2017 +0000 |
| tree | b83cb31874082c92d8799eed6df8cba343cde727 | |
| parent | f2a180e0047696219f82ba8c32730e4b61664c9d [diff] | |
| parent | 7f7170372be9d21c02b0f9289051984abfd68a76 [diff] |
Add missing transitive dependency to atrace. am: c9f1c322da am: 7f7170372b Change-Id: I1b7a309c04bc36c63273c1ca9facf7939bf2085c
diff --git a/cmds/atrace/Android.bp b/cmds/atrace/Android.bp index abf7b06..b3cbdef 100644 --- a/cmds/atrace/Android.bp +++ b/cmds/atrace/Android.bp
@@ -11,6 +11,7 @@ "libhidltransport", "liblog", "libutils", + "libcutils", "libz", "libbase", ],