blob: 4ca705c16d222628b1e275337928ed47a910e9ba [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",
Timur Iskhakov67753ea2017-09-09 11:43:04 -070012 "liblog",
13 "libutils",
Timur Iskhakov67753ea2017-09-09 11:43:04 -070014 ],
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070015
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.trie@1.0"],
Timur Iskhakov67753ea2017-09-09 11:43:04 -070019}