blob: 618f295f25a081ee9c4d611bf321f462acb95439 [file] [log] [blame]
Steven Moreland55cb0142018-10-16 18:33:03 -07001cc_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",
Steven Moreland55cb0142018-10-16 18:33:03 -070011 "liblog",
12 "libutils",
13 ],
14
15 // These are static libs only for testing purposes and portability. Shared
16 // libs should be used on device.
17 static_libs: [
18 "android.hardware.tests.safeunion.cpp@1.0",
19 ],
20}