diff options
author | Treehugger Robot | 2017-08-03 15:06:15 -0500 |
---|---|---|
committer | Gerrit Code Review | 2017-08-03 15:06:15 -0500 |
commit | 7d149a564fca05be37a7bf3c8e675a565d37eea2 (patch) | |
tree | b2d176ac74c31f2fbe07948c7ea586f5b28b61b9 /ir | |
parent | c901276e6063e739b742435a161e51978c5f4ec5 (diff) | |
parent | 6c2bd86f70f526d69c3f262250e8e09afb773a21 (diff) | |
download | platform-hardware-interfaces-7d149a564fca05be37a7bf3c8e675a565d37eea2.tar.gz platform-hardware-interfaces-7d149a564fca05be37a7bf3c8e675a565d37eea2.tar.xz platform-hardware-interfaces-7d149a564fca05be37a7bf3c8e675a565d37eea2.zip |
Merge changes from topic 'vts_deps'
* changes:
VTS tests now static link to HAL def libs.
Add cc_defaults VtsHalTargetTestDefaults
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 | } |