blob: 9225ffb24bd871eec033b175ad6077c6f016b27e [file] [log] [blame]
Chenbo Feng061cec72019-03-01 15:07:24 -08001cc_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}