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