aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sedam <matthewsedam@google.com>2024-02-16 22:17:45 +0000
committerMatthew Sedam <matthewsedam@google.com>2024-02-16 22:17:45 +0000
commit1c4892a15a60d1865ea9113ea1fee60e81a4ce9d (patch)
tree9481d16bd30ca88c27612d71a2a23f4b1d69d558
parent4e819b951674aa3b54b396a9324f4e9d08ca2a52 (diff)
downloadchre-1c4892a15a60d1865ea9113ea1fee60e81a4ce9d.tar.gz
Test ownership migration rules
This CL was cherry-picked from 2f05acb9ecc06574a7557defaf0f05e1504d7129. Bug: 325266475 Test: Presubmits Merged-In: I91ea74ef3e2b54d2f3d27f6b7e0a336f7818b5b7 Change-Id: I1dde344b93fc0a85ee346a80300e0ca38a162433
-rw-r--r--Android.bp1
-rw-r--r--apps/test/chqts/src/Android.bp1
-rw-r--r--apps/test/common/proto/Android.bp1
-rw-r--r--apps/test/pts/proto/Android.bp1
-rw-r--r--apps/wifi_offload/Android.bp1
-rw-r--r--chpp/Android.bp12
-rw-r--r--chpp/test/fuzz/Android.bp40
-rw-r--r--host/hal_generic/Android.bp1
-rw-r--r--host/tinysys/hal/Android.bp1
-rw-r--r--java/test/audio_concurrency/Android.bp1
-rw-r--r--java/test/ble_concurrency/Android.bp1
-rw-r--r--java/test/chqts/Android.bp1
-rw-r--r--java/test/chre_concurrency/Android.bp1
-rw-r--r--java/test/cross_validation/Android.bp1
-rw-r--r--java/test/permissions/Android.bp1
-rw-r--r--java/test/rpc_service/Android.bp1
-rw-r--r--java/test/settings/Android.bp1
-rw-r--r--java/test/stress/Android.bp1
-rw-r--r--java/test/utils/Android.bp1
-rw-r--r--java/utils/pigweed/Android.bp1
20 files changed, 46 insertions, 24 deletions
diff --git a/Android.bp b/Android.bp
index 05f54d34..28b71511 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,7 @@
*/
package {
+ default_team: "trendy_team_context_hub",
default_applicable_licenses: ["system_chre_license"],
}
diff --git a/apps/test/chqts/src/Android.bp b/apps/test/chqts/src/Android.bp
index a184584c..1c1c673b 100644
--- a/apps/test/chqts/src/Android.bp
+++ b/apps/test/chqts/src/Android.bp
@@ -19,6 +19,7 @@
// what we can easily test.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/apps/test/common/proto/Android.bp b/apps/test/common/proto/Android.bp
index de911b3f..7c19a52c 100644
--- a/apps/test/common/proto/Android.bp
+++ b/apps/test/common/proto/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/apps/test/pts/proto/Android.bp b/apps/test/pts/proto/Android.bp
index 5c29259b..efe6f4a1 100644
--- a/apps/test/pts/proto/Android.bp
+++ b/apps/test/pts/proto/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
default_applicable_licenses: ["system_chre_license"],
}
diff --git a/apps/wifi_offload/Android.bp b/apps/wifi_offload/Android.bp
index 173ae5e4..eae78570 100644
--- a/apps/wifi_offload/Android.bp
+++ b/apps/wifi_offload/Android.bp
@@ -15,6 +15,7 @@
*/
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/chpp/Android.bp b/chpp/Android.bp
index 0560224d..99036e64 100644
--- a/chpp/Android.bp
+++ b/chpp/Android.bp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
@@ -122,7 +122,7 @@ cc_defaults {
"services/gnss.c",
"services/wifi.c",
"services/wwan.c",
- ]
+ ],
}
cc_library_static {
@@ -162,8 +162,8 @@ cc_test_host {
"chre_pal_linux",
],
sanitize: {
- address: true,
- }
+ address: true,
+ },
}
cc_test_host {
@@ -177,7 +177,7 @@ cc_test_host {
],
srcs: [
"test/wifi_convert_test.cpp",
- "test/wwan_convert_test.cpp"
+ "test/wwan_convert_test.cpp",
],
static_libs: ["chre_chpp_linux"],
}
@@ -204,5 +204,5 @@ cc_test_host {
],
header_libs: [
"libbase_headers",
- ]
+ ],
}
diff --git a/chpp/test/fuzz/Android.bp b/chpp/test/fuzz/Android.bp
index c939bd64..0e6a6f99 100644
--- a/chpp/test/fuzz/Android.bp
+++ b/chpp/test/fuzz/Android.bp
@@ -15,6 +15,7 @@
*/
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
@@ -24,22 +25,25 @@ package {
}
cc_fuzz {
- name: "chpp_wifi_scan_param_fuzzer",
- srcs: [
- "chpp_wifi_scan_param_fuzzer.cpp",
- ],
- static_libs: [
- "chre_chpp_linux",
- "chre_pal_linux",
- ],
- fuzz_config: {
- cc: ["stange@google.com", "rahmati@google.com"],
- componentid: 156070,
- fuzz_on_haiku_host: true,
- fuzz_on_haiku_device: false,
- },
+ name: "chpp_wifi_scan_param_fuzzer",
+ srcs: [
+ "chpp_wifi_scan_param_fuzzer.cpp",
+ ],
+ static_libs: [
+ "chre_chpp_linux",
+ "chre_pal_linux",
+ ],
+ fuzz_config: {
+ cc: [
+ "stange@google.com",
+ "rahmati@google.com",
+ ],
+ componentid: 156070,
+ fuzz_on_haiku_host: true,
+ fuzz_on_haiku_device: false,
+ },
- // If true, build and run on x86 in addition to on-device.
- host_supported: true,
- device_supported: false,
-} \ No newline at end of file
+ // If true, build and run on x86 in addition to on-device.
+ host_supported: true,
+ device_supported: false,
+}
diff --git a/host/hal_generic/Android.bp b/host/hal_generic/Android.bp
index caef5284..1a956d7a 100644
--- a/host/hal_generic/Android.bp
+++ b/host/hal_generic/Android.bp
@@ -17,6 +17,7 @@ soong_namespace {
}
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/host/tinysys/hal/Android.bp b/host/tinysys/hal/Android.bp
index 0550da16..cde85a08 100644
--- a/host/tinysys/hal/Android.bp
+++ b/host/tinysys/hal/Android.bp
@@ -14,6 +14,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/audio_concurrency/Android.bp b/java/test/audio_concurrency/Android.bp
index 462f7216..526c67ea 100644
--- a/java/test/audio_concurrency/Android.bp
+++ b/java/test/audio_concurrency/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/ble_concurrency/Android.bp b/java/test/ble_concurrency/Android.bp
index eed3c998..ca9d3e54 100644
--- a/java/test/ble_concurrency/Android.bp
+++ b/java/test/ble_concurrency/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/chqts/Android.bp b/java/test/chqts/Android.bp
index 16ceb7aa..c8bbbc70 100644
--- a/java/test/chqts/Android.bp
+++ b/java/test/chqts/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/chre_concurrency/Android.bp b/java/test/chre_concurrency/Android.bp
index 5e6d7ca7..0a23fff1 100644
--- a/java/test/chre_concurrency/Android.bp
+++ b/java/test/chre_concurrency/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/cross_validation/Android.bp b/java/test/cross_validation/Android.bp
index e56416cf..e77f999f 100644
--- a/java/test/cross_validation/Android.bp
+++ b/java/test/cross_validation/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/permissions/Android.bp b/java/test/permissions/Android.bp
index 6dd10bfc..f8f6e02e 100644
--- a/java/test/permissions/Android.bp
+++ b/java/test/permissions/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/rpc_service/Android.bp b/java/test/rpc_service/Android.bp
index 2403d7a9..8a6eebb1 100644
--- a/java/test/rpc_service/Android.bp
+++ b/java/test/rpc_service/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/settings/Android.bp b/java/test/settings/Android.bp
index f26ff7f2..2f68553c 100644
--- a/java/test/settings/Android.bp
+++ b/java/test/settings/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/stress/Android.bp b/java/test/stress/Android.bp
index c0c2cc84..7e9988c3 100644
--- a/java/test/stress/Android.bp
+++ b/java/test/stress/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/test/utils/Android.bp b/java/test/utils/Android.bp
index ca474dfb..94059aa9 100644
--- a/java/test/utils/Android.bp
+++ b/java/test/utils/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"
diff --git a/java/utils/pigweed/Android.bp b/java/utils/pigweed/Android.bp
index e7b15724..1559d009 100644
--- a/java/utils/pigweed/Android.bp
+++ b/java/utils/pigweed/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_context_hub",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_chre_license"