Chenbo Feng | 061cec7 | 2019-03-01 15:07:24 -0800 | [diff] [blame] | 1 | cc_library_shared { |
2 | name: "libnetworkstatsfactorytestjni", | ||||
3 | |||||
4 | cflags: [ | ||||
5 | "-Wall", | ||||
6 | "-Werror", | ||||
7 | "-Wno-unused-parameter", | ||||
8 | "-Wthread-safety", | ||||
9 | ], | ||||
10 | |||||
11 | srcs: [ | ||||
12 | ":lib_networkStatsFactory_native", | ||||
13 | "test_onload.cpp", | ||||
14 | ], | ||||
15 | |||||
16 | shared_libs: [ | ||||
17 | "libbpf_android", | ||||
18 | "liblog", | ||||
19 | "libnativehelper", | ||||
20 | "libnetdbpf", | ||||
21 | "libnetdutils", | ||||
22 | ], | ||||
23 | } |