platform_hardware_interfaces/tests
Jiyong Park 9a4b17e3e1 HAL interface libs for testing are now built as test lib
The HAL interfaces for testing were copied to /system/lib[64]/vndk
directory since they are built as cc_library and thus falsely recognized
as members of VNDK, which isn't true.

Build them as cc_test_library so that they are filtered out. To do so,
.hidl_for_test files are added for the test HALs and update-makefiles.sh
were ran.

Bug: 64776708
Test: no android.hardware.tests.*.so file in /system/lib[64]/vndk on
2017 pixel devices

Change-Id: I5314db6cc08a43bccfc4521d4b80b614a91e7e48
2017-09-01 09:54:16 +09:00
..
bar HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
baz HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
expression HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
extension/light/2.0 HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
foo HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
hash/1.0 HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
inheritance HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
libhwbinder HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
memory/1.0 HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
msgq HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
multithread/1.0 HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
pointer HAL interface libs for testing are now built as test lib 2017-09-01 09:54:16 +09:00
Android.bp Interface for configureRpcThreadpool tests 2017-07-14 20:16:20 +00:00