blob: fc2443e7df69095c11c11deee4f998f11a4f7c58 [file] [log] [blame]
Nirav Atreb4186162018-06-08 16:51:29 -07001cc_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}