diff options
author | Tri Vo | 2017-08-01 15:14:53 -0500 |
---|---|---|
committer | Tri Vo | 2017-08-03 15:28:08 -0500 |
commit | 35c7bd2e2b634e1b66a6f96ea61e2edbfb0f5899 (patch) | |
tree | 7b18856bd2513046f66430d9384957bc28a4b0d7 /ir | |
parent | f7c2fbc1a8739764700e89dd8bfa067bdc82fb8e (diff) | |
download | platform-hardware-interfaces-35c7bd2e2b634e1b66a6f96ea61e2edbfb0f5899.tar.gz platform-hardware-interfaces-35c7bd2e2b634e1b66a6f96ea61e2edbfb0f5899.tar.xz platform-hardware-interfaces-35c7bd2e2b634e1b66a6f96ea61e2edbfb0f5899.zip |
VTS tests now static link to HAL def libs.
And use VtsHalTargetTestDefaults.
Bug: 64040096
Test: compiles
Merged-In: I3cfb1a64f6abcf3145337a736800b72d92a0b152
Change-Id: I3cfb1a64f6abcf3145337a736800b72d92a0b152
(cherry picked from commit 6c2bd86f70f526d69c3f262250e8e09afb773a21)
Diffstat (limited to 'ir')
-rw-r--r-- | ir/1.0/vts/functional/Android.bp | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/ir/1.0/vts/functional/Android.bp b/ir/1.0/vts/functional/Android.bp index 4aac2979..2a86f8e5 100644 --- a/ir/1.0/vts/functional/Android.bp +++ b/ir/1.0/vts/functional/Android.bp | |||
@@ -16,20 +16,9 @@ | |||
16 | 16 | ||
17 | cc_test { | 17 | cc_test { |
18 | name: "VtsHalIrV1_0TargetTest", | 18 | name: "VtsHalIrV1_0TargetTest", |
19 | defaults: ["hidl_defaults"], | 19 | defaults: ["VtsHalTargetTestDefaults"], |
20 | srcs: ["VtsHalIrV1_0TargetTest.cpp"], | 20 | srcs: ["VtsHalIrV1_0TargetTest.cpp"], |
21 | shared_libs: [ | 21 | static_libs: [ |
22 | "libbase", | ||
23 | "liblog", | ||
24 | "libcutils", | ||
25 | "libhidlbase", | ||
26 | "libhidltransport", | ||
27 | "libutils", | ||
28 | "android.hardware.ir@1.0", | 22 | "android.hardware.ir@1.0", |
29 | ], | 23 | ], |
30 | static_libs: ["VtsHalHidlTargetTestBase"], | ||
31 | cflags: [ | ||
32 | "-O0", | ||
33 | "-g", | ||
34 | ], | ||
35 | } | 24 | } |