blob: 315c8bb826e5ec87e682419b87559be71cc263e9 [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tests.trie@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
srcs: [
"Trie.cpp",
],
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
"android.hardware.tests.trie@1.0",
],
}