blob: 1c1ba9e12553ceb6691e18955278ac761b2ebcec [file] [log] [blame]
Remi NGUYEN VAN678277c2021-05-11 13:37:06 +00001package {
2 // See: http://go/android-license-faq
Baligh Uddin2afd0982021-05-24 03:50:01 +00003 default_applicable_licenses: ["Android-Apache-2.0"],
Remi NGUYEN VAN678277c2021-05-11 13:37:06 +00004}
5
6cc_library_shared {
7 name: "libnetworkstatsfactorytestjni",
8
9 cflags: [
10 "-Wall",
11 "-Werror",
12 "-Wno-unused-parameter",
13 "-Wthread-safety",
14 ],
15
16 srcs: [
17 ":lib_networkStatsFactory_native",
18 "test_onload.cpp",
19 ],
20
21 shared_libs: [
22 "libbpf_android",
23 "liblog",
24 "libnativehelper",
25 "libnetdbpf",
26 "libnetdutils",
27 ],
28}