diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/activity/Android.bp | 1 | ||||
-rw-r--r-- | tests/integration/Android.bp | 3 | ||||
-rw-r--r-- | tests/shared/Android.bp | 2 | ||||
-rw-r--r-- | tests/unit/Android.bp | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/tests/activity/Android.bp b/tests/activity/Android.bp index 4e8f9fc8..32077f98 100644 --- a/tests/activity/Android.bp +++ b/tests/activity/Android.bp @@ -15,6 +15,7 @@ // package { + default_team: "trendy_team_capture_and_share", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/tests/integration/Android.bp b/tests/integration/Android.bp index f17df160..4c8fc37a 100644 --- a/tests/integration/Android.bp +++ b/tests/integration/Android.bp @@ -15,6 +15,7 @@ // package { + default_team: "trendy_team_capture_and_share", default_applicable_licenses: ["Android-Apache-2.0"], } @@ -40,5 +41,5 @@ android_test { "truth", "truth-java8-extension", ], - test_suites: ["general-tests"] + test_suites: ["general-tests"], } diff --git a/tests/shared/Android.bp b/tests/shared/Android.bp index 55188ee3..d75af5bb 100644 --- a/tests/shared/Android.bp +++ b/tests/shared/Android.bp @@ -32,6 +32,6 @@ java_library { "hamcrest", "IntentResolver-core", "mockito-target-minus-junit4", - "truth" + "truth", ], } diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp index 2710dbd2..78d32ae7 100644 --- a/tests/unit/Android.bp +++ b/tests/unit/Android.bp @@ -15,6 +15,7 @@ // package { + default_team: "trendy_team_capture_and_share", default_applicable_licenses: ["Android-Apache-2.0"], } |