diff options
author | 2024-09-13 13:13:37 +0000 | |
---|---|---|
committer | 2024-09-16 13:36:23 +0000 | |
commit | dce400951abacfa8b837a6fa04bde1786827276f (patch) | |
tree | f7a4b9cc652f8123a6a4ce254dee92a1168ff3a1 /tests/FlickerTests | |
parent | f1b328610e04e33d4f54844325bdb1c5b414e2b1 (diff) |
Add default_team to flickerapp
Flag: TEST_ONLY
Change-Id: I1ab941a6c8281116a855bb0bdefa9cfe57e7f5af
Diffstat (limited to 'tests/FlickerTests')
-rw-r--r-- | tests/FlickerTests/test-apps/flickerapp/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FlickerTests/test-apps/flickerapp/Android.bp b/tests/FlickerTests/test-apps/flickerapp/Android.bp index e3b23b986c83..a186679790b6 100644 --- a/tests/FlickerTests/test-apps/flickerapp/Android.bp +++ b/tests/FlickerTests/test-apps/flickerapp/Android.bp @@ -19,6 +19,7 @@ package { // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_base_license"], + default_team: "trendy_team_windowing_tools", } android_test { |