From 951fb131787a56b818a5e1058f38cc4110d582da Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 7 Nov 2017 14:24:07 -0800 Subject: 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 --- Android.bp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Android.bp') 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", -- cgit v1.2.3