summaryrefslogtreecommitdiff
path: root/simpleperf/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/Android.bp')
-rw-r--r--simpleperf/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/simpleperf/Android.bp b/simpleperf/Android.bp
index 9dfef2e2..5f9b0de2 100644
--- a/simpleperf/Android.bp
+++ b/simpleperf/Android.bp
@@ -158,13 +158,14 @@ cc_defaults {
linux: {
shared_libs: [
"libcutils",
- "libdexfile_support",
"libevent",
+ "liblog",
"libprocinfo",
"libunwindstack",
],
static_libs: [
"libc++fs",
+ "libdexfile_support",
],
},
host: {