summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-11-07 14:24:07 -0800
committerSteven Moreland <smoreland@google.com>2017-11-07 14:26:15 -0800
commit951fb131787a56b818a5e1058f38cc4110d582da (patch)
tree36f053e321838360cc7013e239ed4cf5a4f18e7c /Android.bp
parentb2b99bf625c01a37820ac94c8ceed83f728f6cb0 (diff)
downloadlibhidl-951fb131787a56b818a5e1058f38cc4110d582da.tar.gz
Move preload test to libhidl_test.
Since hidl_test is completely static now, moving the DISABLED preload test so that we can actually test the API here. Test: libhidl_test Change-Id: I1e34ddc959d761130cf5b2c0a30fa2e1ec675d99
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e97c28c..f9b1e96 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,6 +35,7 @@ cc_test {
srcs: ["test_main.cpp"],
shared_libs: [
+ "android.hardware.tests.inheritance@1.0",
"libbase",
"libhidlbase",
"libhidltransport",
@@ -45,6 +46,10 @@ cc_test {
],
static_libs: ["libgtest", "libgmock"],
+ required: [
+ "android.hardware.tests.inheritance@1.0-impl",
+ ],
+
cflags: [
"-O0",
"-g",