From 8134ad8345e9591f4b36e897d2ffb369aabbd278 Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Fri, 2 Feb 2024 13:56:03 +0000 Subject: 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 --- library/main/tests/robotests/Android.bp | 1 + 1 file changed, 1 insertion(+) 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"], } -- cgit v1.2.3