diff options
author | Tri Vo <trong@google.com> | 2017-08-28 19:23:36 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-08-28 19:23:36 +0000 |
commit | ba6d6e5767b659694b17a090c253ae601700b8f4 (patch) | |
tree | 95811efeee028c2c226a80d30c08e36a54c2c79e /contexthub | |
parent | cd541f9648c5e9d3b4492861f49e88be90a98002 (diff) | |
parent | b65c5ceff282e169de8bb7a834b498da0c737a57 (diff) | |
download | platform_hardware_interfaces-ba6d6e5767b659694b17a090c253ae601700b8f4.tar.gz platform_hardware_interfaces-ba6d6e5767b659694b17a090c253ae601700b8f4.tar.bz2 platform_hardware_interfaces-ba6d6e5767b659694b17a090c253ae601700b8f4.zip |
VTS tests now static link to HAL def libs.
am: b65c5ceff2
Change-Id: I393284c12ca5cb79926c4891ffcfd332408a5b9f
Diffstat (limited to 'contexthub')
-rw-r--r-- | contexthub/1.0/vts/functional/Android.bp | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/contexthub/1.0/vts/functional/Android.bp b/contexthub/1.0/vts/functional/Android.bp index c35386d1c3..7c6e8c73b5 100644 --- a/contexthub/1.0/vts/functional/Android.bp +++ b/contexthub/1.0/vts/functional/Android.bp @@ -16,19 +16,8 @@ cc_test { name: "VtsHalContexthubV1_0TargetTest", - defaults: ["hidl_defaults"], + defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalContexthubV1_0TargetTest.cpp"], - shared_libs: [ - "liblog", - "libhidlbase", - "libhidltransport", - "libutils", - "android.hardware.contexthub@1.0", - ], - static_libs: ["VtsHalHidlTargetTestBase"], - cflags: [ - "-O0", - "-g", - ] + static_libs: ["android.hardware.contexthub@1.0"], } |