blob: 948a8cbab41d0271a56fe20441fa96c1f42d51af [file] [log] [blame]
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -07001cc_library {
Timur Iskhakov67753ea2017-09-09 11:43:04 -07002 name: "android.hardware.tests.trie@1.0-impl",
3 defaults: ["hidl_defaults"],
4 relative_install_path: "hw",
5 srcs: [
6 "Trie.cpp",
7 ],
8 shared_libs: [
9 "libbase",
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070010 "libcutils",
Timur Iskhakov67753ea2017-09-09 11:43:04 -070011 "libhidlbase",
12 "libhidltransport",
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070013 "libhwbinder",
Timur Iskhakov67753ea2017-09-09 11:43:04 -070014 "liblog",
15 "libutils",
Timur Iskhakov67753ea2017-09-09 11:43:04 -070016 ],
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070017
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.trie@1.0"],
Timur Iskhakov67753ea2017-09-09 11:43:04 -070021}