diff options
author | 2024-09-16 13:36:35 +0000 | |
---|---|---|
committer | 2024-09-16 13:36:35 +0000 | |
commit | 49f95e2f54a5c6de0cc0c8afaa55d7e806d00d38 (patch) | |
tree | 2e25d56ff3c759bf502ea039d1429c12ed8464e3 | |
parent | ef28524cefac74118b0c669b688813fc7dec7560 (diff) | |
parent | dce400951abacfa8b837a6fa04bde1786827276f (diff) |
Merge "Add default_team to flickerapp" into main
-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 { |