summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:56:03 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:56:03 +0000
commit8134ad8345e9591f4b36e897d2ffb369aabbd278 (patch)
treee2641bdfa28d8c5b60d2c57315244080b311f4a6
parent7d71f05f9900f86aacd4065fe3b880eb3d9d7bac (diff)
downloadsetupwizard-8134ad8345e9591f4b36e897d2ffb369aabbd278.tar.gz
Migrate Test Targets to New Android Ownership Model
This CL is created as a best effort to migrate test targets to the new Android ownership model. It is based on historical data from repository history and insights from git blame. Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary attribution in this CL, please create a new CL to fix that. For detailed guidelines and further information on the migration please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: I13b002c46e372759211b715d2ccdd1e4a8fe211e
-rw-r--r--library/main/tests/robotests/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/main/tests/robotests/Android.bp b/library/main/tests/robotests/Android.bp
index 5adead1..de2e823 100644
--- a/library/main/tests/robotests/Android.bp
+++ b/library/main/tests/robotests/Android.bp
@@ -2,6 +2,7 @@
// CarSetupWizardLib app just for Robolectric test target. #
//##############################################################
package {
+ default_team: "trendy_team_automotive",
default_applicable_licenses: ["Android-Apache-2.0"],
}