diff options
| author | Tri Vo <trong@google.com> | 2017-08-22 15:21:18 -0700 |
|---|---|---|
| committer | Peng Xu <pengxu@google.com> | 2017-08-25 11:48:10 -0700 |
| commit | b65c5ceff282e169de8bb7a834b498da0c737a57 (patch) | |
| tree | ca80db609728049eb420592a7fbe0dde2eca496f /sensors/1.0/vts | |
| parent | 8d0d6f99dfbd121140549adc43f360686467e875 (diff) | |
| download | android_hardware_interfaces-b65c5ceff282e169de8bb7a834b498da0c737a57.tar.gz android_hardware_interfaces-b65c5ceff282e169de8bb7a834b498da0c737a57.tar.bz2 android_hardware_interfaces-b65c5ceff282e169de8bb7a834b498da0c737a57.zip | |
VTS tests now static link to HAL def libs.
And use VtsHalTargetTestDefaults.
This is a partial cherry-pick of ag/2657080.
Bug: 64040096
Test: compiles, works fine in internal master
Merged-In: I8f6995e9536a9aefe283ee3effec9f5a7f03b620
Change-Id: I76d47d8546416b57055841851a9d343026cd3210
Diffstat (limited to 'sensors/1.0/vts')
| -rw-r--r-- | sensors/1.0/vts/functional/Android.bp | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sensors/1.0/vts/functional/Android.bp b/sensors/1.0/vts/functional/Android.bp index af149ba04..a49307da1 100644 --- a/sensors/1.0/vts/functional/Android.bp +++ b/sensors/1.0/vts/functional/Android.bp @@ -16,19 +16,8 @@ cc_test { name: "VtsHalSensorsV1_0TargetTest", - defaults: ["hidl_defaults"], + defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalSensorsV1_0TargetTest.cpp"], - shared_libs: [ - "android.hardware.sensors@1.0", - "libcutils", - "libhidlbase", - "liblog", - "libutils", - ], - static_libs: ["VtsHalHidlTargetTestBase"], - cflags: [ - "-O0", - "-g", - ], + static_libs: ["android.hardware.sensors@1.0"], } |
