aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sedam <matthewsedam@google.com>2024-02-19 18:43:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-19 18:43:57 +0000
commit8253c8af1f7026b8b7043343d21806a9dd660d07 (patch)
treeee974ce310f9e840cbb95064d76f3c04ca237849
parent5da47bce8c0c1d22fb4801b5f773554df03c3e05 (diff)
parent1c4892a15a60d1865ea9113ea1fee60e81a4ce9d (diff)
downloadchre-temp_319669529.tar.gz
Test ownership migration rules am: 1c4892a15atemp_319669529
Original change: https://android-review.googlesource.com/c/platform/system/chre/+/2967882 Change-Id: Ia6da0c8a2d5ee52da203f40c1e0b075392985177 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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 c869c274..da0dc838 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 11db9f1d..5d1c6b47 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"
@@ -124,7 +124,7 @@ cc_defaults {
"services/gnss.c",
"services/wifi.c",
"services/wwan.c",
- ]
+ ],
}
cc_library_static {
@@ -167,8 +167,8 @@ cc_test_host {
"chre_pal_linux",
],
sanitize: {
- address: true,
- }
+ address: true,
+ },
}
cc_test_host {
@@ -182,7 +182,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"],
}
@@ -210,5 +210,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 7b85a82a..6b01356d 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 5dde4af0..c7ba06a7 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 064e3760..50b09a20 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 0d3a2d1e..fc073aa3 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 c6860814..398e78c0 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 c848681e..69e839ab 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 15976d21..45210171 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 cf3ccf4d..81c1c467 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 adca53e3..91a67994 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 66d7d16d..77ab1cf3 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"