diff options
author | 2024-04-18 15:24:48 +0100 | |
---|---|---|
committer | 2024-04-23 18:38:39 +0000 | |
commit | 3939bde62a7ede383962b336ba797dbd599c5648 (patch) | |
tree | 0ef8abc9540071a45e37da76b64cba0849ddfb18 | |
parent | 8668ae56bf6a1c7db97d4996cd6694591a1fad32 (diff) |
Set test ownerships for ART.
Test: presubmits
Bug: 333696887
Change-Id: Ieb6992ecb0a2489697ffa176dabc25626050cd48
37 files changed, 55 insertions, 2 deletions
diff --git a/adbconnection/Android.bp b/adbconnection/Android.bp index ed8fa38bf5..9763d662db 100644 --- a/adbconnection/Android.bp +++ b/adbconnection/Android.bp @@ -23,6 +23,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 { diff --git a/artd/Android.bp b/artd/Android.bp index 2cfaae826b..4ee818e691 100644 --- a/artd/Android.bp +++ b/artd/Android.bp @@ -20,6 +20,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 { diff --git a/benchmark/Android.bp b/benchmark/Android.bp index c7f9f6b1da..e3c9482493 100644 --- a/benchmark/Android.bp +++ b/benchmark/Android.bp @@ -21,6 +21,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", } art_cc_library { @@ -104,9 +105,9 @@ art_cc_library { }, header_libs: [ "libnativehelper_header_only", - "libopenjdkjvmti_headers" + "libopenjdkjvmti_headers", ], shared_libs: [ - "libbase", + "libbase", ], } diff --git a/build/Android.bp b/build/Android.bp index 7258ef71ea..13dd43b257 100644 --- a/build/Android.bp +++ b/build/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", } bootstrap_go_package { diff --git a/cmdline/Android.bp b/cmdline/Android.bp index 91c8ccd8d1..207f1cdba2 100644 --- a/cmdline/Android.bp +++ b/cmdline/Android.bp @@ -22,6 +22,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_library_headers { diff --git a/compiler/Android.bp b/compiler/Android.bp index abfd234710..975bbf8335 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -26,6 +26,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", } // Common dependencies for libart-compiler_deps and libartd-compiler_deps. diff --git a/dalvikvm/Android.bp b/dalvikvm/Android.bp index 6e06eba52a..233a2891f9 100644 --- a/dalvikvm/Android.bp +++ b/dalvikvm/Android.bp @@ -21,6 +21,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", } art_cc_binary { diff --git a/dex2oat/Android.bp b/dex2oat/Android.bp index 0153d6a647..4002cb55ee 100644 --- a/dex2oat/Android.bp +++ b/dex2oat/Android.bp @@ -21,6 +21,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", } art_cc_defaults { 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 { diff --git a/dexlayout/Android.bp b/dexlayout/Android.bp index 7c69c22a47..09ec0fc79f 100644 --- a/dexlayout/Android.bp +++ b/dexlayout/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", } art_cc_defaults { diff --git a/dexlist/Android.bp b/dexlist/Android.bp index 918fc68c01..86683520f2 100644 --- a/dexlist/Android.bp +++ b/dexlist/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", } art_cc_binary { diff --git a/dexopt_chroot_setup/Android.bp b/dexopt_chroot_setup/Android.bp index e3efcac654..22c3db6b83 100644 --- a/dexopt_chroot_setup/Android.bp +++ b/dexopt_chroot_setup/Android.bp @@ -20,6 +20,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 { diff --git a/dexoptanalyzer/Android.bp b/dexoptanalyzer/Android.bp index 64967191f6..06ccfba5ea 100644 --- a/dexoptanalyzer/Android.bp +++ b/dexoptanalyzer/Android.bp @@ -21,6 +21,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 { diff --git a/disassembler/Android.bp b/disassembler/Android.bp index 511292d6fa..873ffd479f 100644 --- a/disassembler/Android.bp +++ b/disassembler/Android.bp @@ -21,6 +21,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", } art_cc_defaults { diff --git a/dt_fd_forward/Android.bp b/dt_fd_forward/Android.bp index e0507d553c..08f52c7775 100644 --- a/dt_fd_forward/Android.bp +++ b/dt_fd_forward/Android.bp @@ -18,6 +18,7 @@ package { default_applicable_licenses: ["art_dt_fd_forward_license"], + default_team: "trendy_team_art_performance", } // Added automatically by a large-scale-change that took the approach of diff --git a/imgdiag/Android.bp b/imgdiag/Android.bp index 7d1869fb28..2890cc07dd 100644 --- a/imgdiag/Android.bp +++ b/imgdiag/Android.bp @@ -23,6 +23,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 { diff --git a/libartbase/Android.bp b/libartbase/Android.bp index 03d336b2ca..40701fe357 100644 --- a/libartbase/Android.bp +++ b/libartbase/Android.bp @@ -21,6 +21,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 { diff --git a/libartpalette/Android.bp b/libartpalette/Android.bp index c687a88f6e..f43697a972 100644 --- a/libartpalette/Android.bp +++ b/libartpalette/Android.bp @@ -21,6 +21,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 { diff --git a/libartservice/Android.bp b/libartservice/Android.bp new file mode 100644 index 0000000000..190d39a502 --- /dev/null +++ b/libartservice/Android.bp @@ -0,0 +1,17 @@ +// Copyright (C) 2024 The Android Open Source Project +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package { + default_team: "trendy_team_art_mainline", +} diff --git a/libarttools/Android.bp b/libarttools/Android.bp index a8e3dbf51f..1f51fd7325 100644 --- a/libarttools/Android.bp +++ b/libarttools/Android.bp @@ -21,6 +21,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", } // This library contains low-level interfaces used to call dex2oat and related tools. This will diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp index fa76bbeebb..5aeabb6c26 100644 --- a/libdexfile/Android.bp +++ b/libdexfile/Android.bp @@ -21,6 +21,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 { diff --git a/libelffile/Android.bp b/libelffile/Android.bp index 82810684c8..c23edfe7f3 100644 --- a/libelffile/Android.bp +++ b/libelffile/Android.bp @@ -21,6 +21,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", } art_cc_defaults { 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 { diff --git a/libnativeloader/Android.bp b/libnativeloader/Android.bp index 47b6961167..4e5cde5665 100644 --- a/libnativeloader/Android.bp +++ b/libnativeloader/Android.bp @@ -7,6 +7,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_library_headers { diff --git a/libprofile/Android.bp b/libprofile/Android.bp index c7e3cb8d72..edea2ad5d8 100644 --- a/libprofile/Android.bp +++ b/libprofile/Android.bp @@ -21,6 +21,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 { diff --git a/oatdump/Android.bp b/oatdump/Android.bp index 8af36806c2..a8e35113a6 100644 --- a/oatdump/Android.bp +++ b/oatdump/Android.bp @@ -21,6 +21,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 { diff --git a/odrefresh/Android.bp b/odrefresh/Android.bp index e57a340caf..d8e5c3d21b 100644 --- a/odrefresh/Android.bp +++ b/odrefresh/Android.bp @@ -21,6 +21,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 { diff --git a/openjdkjvm/Android.bp b/openjdkjvm/Android.bp index eb379d8b83..b1b39a9cca 100644 --- a/openjdkjvm/Android.bp +++ b/openjdkjvm/Android.bp @@ -15,6 +15,7 @@ package { default_applicable_licenses: ["art_openjdkjvm_license"], + default_team: "trendy_team_art_performance", } // Added automatically by a large-scale-change that took the approach of diff --git a/openjdkjvmti/Android.bp b/openjdkjvmti/Android.bp index cdf298963c..a5ca0e14c4 100644 --- a/openjdkjvmti/Android.bp +++ b/openjdkjvmti/Android.bp @@ -15,6 +15,7 @@ package { default_applicable_licenses: ["art_openjdkjvmti_license"], + default_team: "trendy_team_art_performance", } // Added automatically by a large-scale-change that took the approach of diff --git a/perfetto_hprof/Android.bp b/perfetto_hprof/Android.bp index 8cfc7d4bea..bca3bf5925 100644 --- a/perfetto_hprof/Android.bp +++ b/perfetto_hprof/Android.bp @@ -27,6 +27,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", } gensrcs { diff --git a/profman/Android.bp b/profman/Android.bp index 7eff771c60..df8c55fd18 100644 --- a/profman/Android.bp +++ b/profman/Android.bp @@ -21,6 +21,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 { diff --git a/runtime/Android.bp b/runtime/Android.bp index 852b3d1b00..e8fb912789 100644 --- a/runtime/Android.bp +++ b/runtime/Android.bp @@ -25,6 +25,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", } JIT_DEBUG_REGISTER_CODE_LDFLAGS = [ diff --git a/sigchainlib/Android.bp b/sigchainlib/Android.bp index 6160b33972..f3b9ea4cd4 100644 --- a/sigchainlib/Android.bp +++ b/sigchainlib/Android.bp @@ -22,6 +22,7 @@ package { // SPDX-license-identifier-Apache-2.0 // SPDX-license-identifier-BSD default_applicable_licenses: ["art_license"], + default_team: "trendy_team_art_performance", } cc_library { diff --git a/simulator/Android.bp b/simulator/Android.bp index 043a1bc28f..dd0b11da4b 100644 --- a/simulator/Android.bp +++ b/simulator/Android.bp @@ -21,6 +21,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_library_headers { diff --git a/test/Android.bp b/test/Android.bp index 6c91cf1a80..29f05b2d9f 100644 --- a/test/Android.bp +++ b/test/Android.bp @@ -23,6 +23,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", } soong_config_module_type_import { diff --git a/test/odsign/Android.bp b/test/odsign/Android.bp index eb09587515..59101706d8 100644 --- a/test/odsign/Android.bp +++ b/test/odsign/Android.bp @@ -14,6 +14,7 @@ package { default_applicable_licenses: ["art_license"], + default_team: "trendy_team_art_mainline", } java_defaults { diff --git a/tools/Android.bp b/tools/Android.bp index ae7c5dd0c6..6be8c0d14f 100644 --- a/tools/Android.bp +++ b/tools/Android.bp @@ -21,6 +21,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", } soong_config_module_type_import { |