Files
android_packages_modules_Co…/tests/net/Android.bp
Remi NGUYEN VAN 49b15870a9 Add common tests for FrameworksBaseTests and CTS
The common package covers tests that should be included both in CTS and
unit tests.

Test: atest FrameworksBaseTests
Bug: 129199908
Change-Id: I9c138d49ce010edde095e4bd3c47e36ca301634a
2019-04-03 18:53:04 +09:00

28 lines
782 B
Plaintext

//########################################################################
// Build FrameworksNetTests package
//########################################################################
android_test {
name: "FrameworksNetTests",
// Include all test java files.
srcs: ["java/**/*.java"],
static_libs: [
"FrameworksNetCommonTests",
"frameworks-base-testutils",
"framework-protos",
"androidx.test.rules",
"mockito-target-minus-junit4",
"platform-test-annotations",
"services.core",
"services.net",
],
libs: [
"android.test.runner",
"android.test.base",
"android.test.mock",
],
platform_apis: true,
test_suites: ["device-tests"],
certificate: "platform",
}