Nirav Atre | b418616 | 2018-06-08 16:51:29 -0700 | [diff] [blame^] | 1 | cc_library { |
| 2 | name: "android.hardware.tests.safeunion@1.0-impl", |
| 3 | defaults: ["hidl_defaults"], |
| 4 | relative_install_path: "hw", |
| 5 | srcs: [ |
| 6 | "SafeUnion.cpp", |
| 7 | ], |
| 8 | shared_libs: [ |
| 9 | "libbase", |
| 10 | "libcutils", |
| 11 | "libhidlbase", |
| 12 | "libhidltransport", |
| 13 | "libhwbinder", |
| 14 | "liblog", |
| 15 | "libutils", |
| 16 | ], |
| 17 | |
| 18 | // These are static libs only for testing purposes and portability. Shared |
| 19 | // libs should be used on device. |
| 20 | static_libs: ["android.hardware.tests.safeunion@1.0"], |
| 21 | } |