blob: 315c8bb826e5ec87e682419b87559be71cc263e9 [file] [log] [blame]
Timur Iskhakov67753ea2017-09-09 11:43:04 -07001cc_library_shared {
2 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",
10 "libhidlbase",
11 "libhidltransport",
12 "liblog",
13 "libutils",
14 "android.hardware.tests.trie@1.0",
15 ],
16}