Harish Mahendrakar | c873b29 | 2020-10-23 05:00:07 +0530 | [diff] [blame] | 1 | cc_benchmark { |
2 | name: "lvm_benchmark", | ||||
3 | vendor: true, | ||||
4 | srcs: ["lvm_benchmark.cpp"], | ||||
5 | static_libs: [ | ||||
6 | "libbundlewrapper", | ||||
7 | "libmusicbundle", | ||||
8 | ], | ||||
9 | shared_libs: [ | ||||
10 | "libaudioutils", | ||||
11 | "liblog", | ||||
12 | ], | ||||
13 | header_libs: [ | ||||
14 | "libhardware_headers", | ||||
15 | ], | ||||
16 | } |