diff options
| author | Tri Vo <trong@google.com> | 2017-08-01 13:14:53 -0700 |
|---|---|---|
| committer | Tri Vo <trong@google.com> | 2017-08-03 18:04:00 +0000 |
| commit | 6c2bd86f70f526d69c3f262250e8e09afb773a21 (patch) | |
| tree | 719071e642875cdde68951e3380f0eb9af28402c /ir | |
| parent | 0b19836cea7ee60ac370df2bf0500ee049d38256 (diff) | |
| download | android_hardware_interfaces-6c2bd86f70f526d69c3f262250e8e09afb773a21.tar.gz android_hardware_interfaces-6c2bd86f70f526d69c3f262250e8e09afb773a21.tar.bz2 android_hardware_interfaces-6c2bd86f70f526d69c3f262250e8e09afb773a21.zip | |
VTS tests now static link to HAL def libs.
And use VtsHalTargetTestDefaults.
Bug: 64040096
Test: compiles
Change-Id: I3cfb1a64f6abcf3145337a736800b72d92a0b152
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 4aac2979b..2a86f8e5d 100644 --- a/ir/1.0/vts/functional/Android.bp +++ b/ir/1.0/vts/functional/Android.bp @@ -16,20 +16,9 @@ cc_test { name: "VtsHalIrV1_0TargetTest", - defaults: ["hidl_defaults"], + defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalIrV1_0TargetTest.cpp"], - shared_libs: [ - "libbase", - "liblog", - "libcutils", - "libhidlbase", - "libhidltransport", - "libutils", + static_libs: [ "android.hardware.ir@1.0", ], - static_libs: ["VtsHalHidlTargetTestBase"], - cflags: [ - "-O0", - "-g", - ], } |
