diff options
| author | 2016-09-24 22:19:45 +0000 | |
|---|---|---|
| committer | 2016-09-24 22:19:45 +0000 | |
| commit | 2851a539296ce15fa523f07dbac4fd721ea3dbda (patch) | |
| tree | 63806d0dd3efd7bda4eea4baa3935fee0e370f66 | |
| parent | 36c879bb7a076f9cd70941d7f83d35a70cea4e66 (diff) | |
| parent | f12ea76ef3ca967d80c4e1fbb792f46976582c61 (diff) | |
Merge "Add missing liblog dependency" am: b32a59e797
am: f12ea76ef3
Change-Id: I45aaf4f8f9ff72ce0f5ea37f750616abdd3fc138
| -rw-r--r-- | cmds/atrace/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/atrace/Android.bp b/cmds/atrace/Android.bp index 6bfb0a4cb2..194a5650c9 100644 --- a/cmds/atrace/Android.bp +++ b/cmds/atrace/Android.bp @@ -6,6 +6,7 @@ cc_binary { shared_libs: [ "libbinder", + "liblog", "libcutils", "libutils", "libz", |