commit | 022cda0236096724a9b1801d25d1983eb6930025 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Aug 21 15:44:07 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Aug 21 15:46:02 2019 -0700 |
tree | d539baa17985d0b42124ad355ffa5f615c94e595 | |
parent | f71728f04b00442ea4a2533fd2187956c89c73f8 [diff] [blame] |
Lights: parameterized VTS tests. Bug: 139437880 Test: run VtsHalLightV2_0TargetTest as gtest Change-Id: I43e8f43583e0ad5fc560c3ee2129305396751e29
diff --git a/Android.bp b/Android.bp index 927e227..2895b61 100644 --- a/Android.bp +++ b/Android.bp
@@ -24,6 +24,11 @@ "VtsHalHidlTargetTestBase", "libhidl-gen-utils", ], + + header_libs: [ + "libhidl_gtest_helpers", + ], + group_static_libs: true, // Lists all system dependencies that can be expected on the device.