blob: 6ad27fc1a167c4ee973e887f71256567bb4c6fbb [file] [log] [blame]
//########################################################################
// Build FrameworksVpnTests package
//########################################################################
package {
default_team: "trendy_team_fwk_core_networking",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "Android-Apache-2.0"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test {
name: "FrameworksVpnTests",
srcs: [
"java/**/*.java",
"java/**/*.kt",
],
test_suites: ["device-tests"],
}