blob: 759a49c63a53c636e35d167c7b9e80a02af960ed [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",
Nirav Atreb4186162018-06-08 16:51:29 -070012 "liblog",
13 "libutils",
14 ],
15
16 // These are static libs only for testing purposes and portability. Shared
17 // libs should be used on device.
18 static_libs: ["android.hardware.tests.safeunion@1.0"],
19}