diff options
author | 2024-04-18 15:24:48 +0100 | |
---|---|---|
committer | 2024-04-23 18:38:39 +0000 | |
commit | 3939bde62a7ede383962b336ba797dbd599c5648 (patch) | |
tree | 0ef8abc9540071a45e37da76b64cba0849ddfb18 /dexdump/Android.bp | |
parent | 8668ae56bf6a1c7db97d4996cd6694591a1fad32 (diff) |
Set test ownerships for ART.
Test: presubmits
Bug: 333696887
Change-Id: Ieb6992ecb0a2489697ffa176dabc25626050cd48
Diffstat (limited to 'dexdump/Android.bp')
-rw-r--r-- | dexdump/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp index bf345a3b39..9b8989bf09 100644 --- a/dexdump/Android.bp +++ b/dexdump/Android.bp @@ -19,6 +19,7 @@ package { // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["art_license"], + default_team: "trendy_team_art_performance", } cc_defaults { |