Modified Visibility / Includes for: - Tethering/common/TetheringLib/Android.bp Modified License Import for: - framework/Android.bp - service/Android.bp - tests/common/Android.bp - tests/deflake/Android.bp - tests/integration/Android.bp - tests/smoketest/Android.bp - tests/unit/Android.bp - tests/unit/jni/Android.bp Modified Lint mapping for: - framework/lint-baseline.xml - service/lint-baseline.xml BUG: 186628461 TEST: TH Merged-In: Ie82d0fb34bda77543e31c82660c6f315efa87f62 Change-Id: I3c2563d4ae4e3715d0c6270344ba8f7ef067872f
29 lines
529 B
Plaintext
29 lines
529 B
Plaintext
package {
|
|
// See: http://go/android-license-faq
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_library_shared {
|
|
name: "libnetworkstatsfactorytestjni",
|
|
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
"-Wno-unused-parameter",
|
|
"-Wthread-safety",
|
|
],
|
|
|
|
srcs: [
|
|
":lib_networkStatsFactory_native",
|
|
"test_onload.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libbpf_android",
|
|
"liblog",
|
|
"libnativehelper",
|
|
"libnetdbpf",
|
|
"libnetdutils",
|
|
],
|
|
}
|