diff options
| author | 2024-11-12 11:33:22 +0000 | |
|---|---|---|
| committer | 2024-11-12 11:33:22 +0000 | |
| commit | f9849743d61fe2e64672d89cc285b78ca355fbb9 (patch) | |
| tree | 704164c7285f5e8e15f31d8dd3d9f24f585c4f96 | |
| parent | ff09cab72dabec864b173066ad9d25ade2e5f881 (diff) | |
Correct Trendy team for WM performance tests
These are completely unrelated to input. From the commit history, it
seems that members of the Windowing Animations team are the ones
maintaining these.
Bug: 245989146
Bug: 378583419
Change-Id: I67748713f2f5b9830861521e7e834e3d3f3e2342
Test: Treehugger
Flag: TEST_ONLY
| -rw-r--r-- | apct-tests/perftests/windowmanager/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apct-tests/perftests/windowmanager/Android.bp b/apct-tests/perftests/windowmanager/Android.bp index e9357f4a9d3c..1175677bbb04 100644 --- a/apct-tests/perftests/windowmanager/Android.bp +++ b/apct-tests/perftests/windowmanager/Android.bp @@ -13,7 +13,7 @@ // limitations under the License. package { - default_team: "trendy_team_input_framework", + default_team: "trendy_team_windowing_animations_transitions", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_base_license" |