diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-08-03 20:06:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-08-03 20:06:15 +0000 |
| commit | 7d149a564fca05be37a7bf3c8e675a565d37eea2 (patch) | |
| tree | b2d176ac74c31f2fbe07948c7ea586f5b28b61b9 /ir | |
| parent | c901276e6063e739b742435a161e51978c5f4ec5 (diff) | |
| parent | 6c2bd86f70f526d69c3f262250e8e09afb773a21 (diff) | |
| download | android_hardware_interfaces-7d149a564fca05be37a7bf3c8e675a565d37eea2.tar.gz android_hardware_interfaces-7d149a564fca05be37a7bf3c8e675a565d37eea2.tar.bz2 android_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 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", - ], } |
