Remi NGUYEN VAN | 678277c | 2021-05-11 13:37:06 +0000 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
Baligh Uddin | 2afd098 | 2021-05-24 03:50:01 +0000 | [diff] [blame] | 3 | default_applicable_licenses: ["Android-Apache-2.0"], |
Remi NGUYEN VAN | 678277c | 2021-05-11 13:37:06 +0000 | [diff] [blame] | 4 | } |
| 5 | |
| 6 | cc_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 | } |