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