diff options
| author | 2024-04-18 06:36:59 +0000 | |
|---|---|---|
| committer | 2024-04-18 06:36:59 +0000 | |
| commit | 40d6dcaddaec626528fa9aa00abe5f34ea3b1a74 (patch) | |
| tree | a366bd721e3d3395edcf7786ade79b1de9b13f6c | |
| parent | 697bdf2a719ad779e55aad304a21983a3e169ce9 (diff) | |
Add default_teams to TouchLatency build targets
Change-Id: I361fc315673c24f0a76a9c25dc4c938c1b96f63d
Test: n/a
Fixes: 325118067
| -rw-r--r-- | tests/TouchLatency/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TouchLatency/Android.bp b/tests/TouchLatency/Android.bp index 4ef1ead7d9c9..7990732d924d 100644 --- a/tests/TouchLatency/Android.bp +++ b/tests/TouchLatency/Android.bp @@ -5,6 +5,7 @@ package { // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_base_license"], + default_team: "trendy_team_android_core_graphics_stack", } android_test { |