diff options
author | 2024-12-19 15:16:36 -0800 | |
---|---|---|
committer | 2024-12-19 15:18:08 -0800 | |
commit | 361957aebea0566e6ebe8d13c6f1bf4eeb7f96f9 (patch) | |
tree | 75f18877a7ac380b954083d9e799ceb6a56d18f4 | |
parent | 4240e696b173e940d742eea26223b2dca876b83b (diff) |
Set `trendy_team_ravenwood` to most Ravenwood tests
Bug: 382060152
Test: TH
Flag: EXEMPT host side change only
Change-Id: I0965327155d1f6a54a98874159a254ddcb96314f
-rw-r--r-- | core/tests/coretests/Android.bp | 1 | ||||
-rw-r--r-- | core/tests/systemproperties/Android.bp | 1 | ||||
-rw-r--r-- | core/tests/utiltests/Android.bp | 1 | ||||
-rw-r--r-- | packages/SystemUI/Android.bp | 1 | ||||
-rw-r--r-- | services/tests/InputMethodSystemServerTests/Android.bp | 1 | ||||
-rw-r--r-- | test-mock/Android.bp | 1 | ||||
-rw-r--r-- | tests/Internal/Android.bp | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/core/tests/coretests/Android.bp b/core/tests/coretests/Android.bp index 3ef3dfdc0183..d195cec92bdb 100644 --- a/core/tests/coretests/Android.bp +++ b/core/tests/coretests/Android.bp @@ -310,6 +310,7 @@ android_ravenwood_test { "res/xml/power_profile_test_modem.xml", ], auto_gen_config: true, + team: "trendy_team_ravenwood", } test_module_config { diff --git a/core/tests/systemproperties/Android.bp b/core/tests/systemproperties/Android.bp index ed99a1f5cc4a..9197dec00d25 100644 --- a/core/tests/systemproperties/Android.bp +++ b/core/tests/systemproperties/Android.bp @@ -44,4 +44,5 @@ android_ravenwood_test { "src/**/*.java", ], auto_gen_config: true, + team: "trendy_team_ravenwood", } diff --git a/core/tests/utiltests/Android.bp b/core/tests/utiltests/Android.bp index 7cf49ab5c376..5011f7ac1e7c 100644 --- a/core/tests/utiltests/Android.bp +++ b/core/tests/utiltests/Android.bp @@ -69,4 +69,5 @@ android_ravenwood_test { "src/com/android/internal/util/**/*.java", ], auto_gen_config: true, + team: "trendy_team_ravenwood", } diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 3ee2db10d7e5..89f8104a6d74 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -916,6 +916,7 @@ android_ravenwood_test { "android.test.mock.impl", ], auto_gen_config: true, + team: "trendy_team_ravenwood", plugins: [ "dagger2-compiler", ], diff --git a/services/tests/InputMethodSystemServerTests/Android.bp b/services/tests/InputMethodSystemServerTests/Android.bp index e6ff5068368f..da58aa1f6c66 100644 --- a/services/tests/InputMethodSystemServerTests/Android.bp +++ b/services/tests/InputMethodSystemServerTests/Android.bp @@ -86,6 +86,7 @@ android_ravenwood_test { "src/com/android/server/inputmethod/**/ClientControllerTest.java", ], auto_gen_config: true, + team: "trendy_team_ravenwood", } android_test { diff --git a/test-mock/Android.bp b/test-mock/Android.bp index 71f303311047..cadb0bdb41e1 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -72,6 +72,7 @@ android_ravenwood_test { "tests/**/*.java", ], auto_gen_config: true, + team: "trendy_team_ravenwood", } // Make the current.txt available for use by the cts/tests/signature and /vendor tests. diff --git a/tests/Internal/Android.bp b/tests/Internal/Android.bp index 9f35c7b7fa33..e294da101fb7 100644 --- a/tests/Internal/Android.bp +++ b/tests/Internal/Android.bp @@ -65,6 +65,7 @@ android_ravenwood_test { "src/com/android/internal/util/ParcellingTests.java", ], auto_gen_config: true, + team: "trendy_team_ravenwood", } java_test_helper_library { |