[DON'T BLOCK] Test ownership migration rules

This CL is created as a best effort to migrate test targets
to the new android ownership model. If you find incorrect or unnecessary
attribution in this CL, please create a separate CL to fix that.

For more details please refer to the link below,
<add g3 doc link>

Bug: 304529413
Test: N/A
Change-Id: I921e99879cf2be50bc0232d88c5bb2dfcbdc1123
This commit is contained in:
Ronish Kalia
2024-02-14 14:25:53 +00:00
parent dd57b93266
commit 4326b43cc3
4 changed files with 18 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
package { package {
default_team: "trendy_team_android_settings_app",
default_applicable_licenses: ["packages_apps_Settings_license"], default_applicable_licenses: ["packages_apps_Settings_license"],
} }

View File

@@ -2,13 +2,17 @@
// unit/robo/screenshot etc. // unit/robo/screenshot etc.
// //
// This library shouldn't have many dependencies. // This library shouldn't have many dependencies.
package {
default_team: "trendy_team_android_settings_app",
}
android_library { android_library {
name: "FingerprintManagerInteractor", name: "FingerprintManagerInteractor",
srcs: [ srcs: [
"**/*.kt" "**/*.kt",
], ],
static_libs: [ static_libs: [
"BiometricsSharedLib", "BiometricsSharedLib",
"kotlinx-coroutines-android", "kotlinx-coroutines-android",
], ],
} }

View File

@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package {
default_team: "trendy_team_android_settings_app",
}
android_app { android_app {
name: "ScreenshotTestStub", name: "ScreenshotTestStub",
defaults: [ defaults: [

View File

@@ -1,7 +1,11 @@
package {
default_team: "trendy_team_android_settings_app",
}
android_library { android_library {
name: "Settings-testutils2", name: "Settings-testutils2",
srcs: [ srcs: [
"src/**/*.kt" "src/**/*.kt",
], ],
libs: [ libs: [
"BiometricsSharedLib", "BiometricsSharedLib",