aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2021-06-21 18:04:28 +0000
committerSteven Moreland <smoreland@google.com>2021-06-21 18:04:28 +0000
commit046810c52c493ca095827f34ffb3b256ecf6e30c (patch)
tree720cc9f0fe8576ae539606d915e8ea51070568fa
parent6410d7218861e1bb8cc1dfde1a6a2424a1c67b5a (diff)
downloadhidl-046810c52c493ca095827f34ffb3b256ecf6e30c.tar.gz
hidl_lazy_test - import all deps
Certain build configurations cause this to fail to build, and generally in HIDL, you have to import all the parent classes. Bug: eugenis@ emailed me Test: N/A Change-Id: I86376df4b7dc46ec10f6ba6796080a98476f753a
-rw-r--r--test/lazy_test/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lazy_test/Android.bp b/test/lazy_test/Android.bp
index 418f84ad..be59fcb5 100644
--- a/test/lazy_test/Android.bp
+++ b/test/lazy_test/Android.bp
@@ -13,6 +13,7 @@ cc_test {
srcs: ["hidl_lazy_test.cpp"],
shared_libs: [
+ "android.hardware.tests.lazy@1.0",
"android.hardware.tests.lazy@1.1",
"libbase",
"libhidl-gen-utils",
@@ -35,6 +36,7 @@ cc_binary {
srcs: ["hidl_lazy_test_server.cpp"],
shared_libs: [
+ "android.hardware.tests.lazy@1.0",
"android.hardware.tests.lazy@1.1",
"libbase",
"libhidlbase",