summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2019-03-22 12:32:53 -0700
committerYifan Hong <elsk@google.com>2019-03-22 14:38:01 -0700
commit75d141fdc851dc2222ecbbd5d17d05a32e6d62f7 (patch)
tree49f803f0f91f4e381b9279fcad0f55320d5f70b8 /tests
parent7ea1a93cbf30eaaadeec0616a0008902909ad4a2 (diff)
downloadextras-75d141fdc851dc2222ecbbd5d17d05a32e6d62f7.tar.gz
suspend_stress: depend on libbase
It links to libcutils statically. Test: builds Change-Id: Ia1ddc848777f67b4aae3abfb901f84e38d397f62
Diffstat (limited to 'tests')
-rw-r--r--tests/suspend_stress/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suspend_stress/Android.bp b/tests/suspend_stress/Android.bp
index d3ead96c..e7a0d94c 100644
--- a/tests/suspend_stress/Android.bp
+++ b/tests/suspend_stress/Android.bp
@@ -8,6 +8,7 @@ cc_binary {
static_executable: true,
static_libs: [
"libc",
+ "libbase",
"libcutils",
],
}