summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-22 16:14:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-22 16:14:30 +0000
commit4af50ba7e258328288247e7493d6c4d81d576ab4 (patch)
tree66f706aa6df79eebde14f1d9952676f0cf3dbede
parentb56bbc58a1d46ad385285ee664f2e443b4791b6a (diff)
parent63f4050cfefdce699d608528a5363f04f0a6fa7c (diff)
downloadlibhidl-4af50ba7e258328288247e7493d6c4d81d576ab4.tar.gz
Merge "Migrate Test Targets to New Android Ownership Model" into main
-rw-r--r--Android.bp1
-rw-r--r--fuzzer/Android.bp6
-rw-r--r--transport/allocator/1.0/vts/functional/Android.bp6
-rw-r--r--transport/base/1.0/vts/functional/Android.bp1
4 files changed, 12 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 2d42554..06959a0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_kernel",
default_applicable_licenses: ["system_libhidl_license"],
}
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index 5f95ce7..a40ee9c 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -14,6 +14,10 @@
* limitations under the License.
*/
+package {
+ default_team: "trendy_team_android_kernel",
+}
+
cc_defaults {
name: "libHidlBase_fuzzer_defaults",
host_supported: true,
@@ -54,6 +58,6 @@ cc_defaults {
cc_fuzz {
name: "libHidlBase_parcel_fuzzer",
- srcs: ["libHidlBase_parcel_fuzzer.cpp",],
+ srcs: ["libHidlBase_parcel_fuzzer.cpp"],
defaults: ["libHidlBase_fuzzer_defaults"],
}
diff --git a/transport/allocator/1.0/vts/functional/Android.bp b/transport/allocator/1.0/vts/functional/Android.bp
index f53fc4f..58047cb 100644
--- a/transport/allocator/1.0/vts/functional/Android.bp
+++ b/transport/allocator/1.0/vts/functional/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_android_kernel",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_libhidl_license"
@@ -33,5 +34,8 @@ cc_test {
static_libs: [
"android.hidl.allocator@1.0",
],
- test_suites: ["general-tests", "vts"],
+ test_suites: [
+ "general-tests",
+ "vts",
+ ],
}
diff --git a/transport/base/1.0/vts/functional/Android.bp b/transport/base/1.0/vts/functional/Android.bp
index a2a3484..a5a7c33 100644
--- a/transport/base/1.0/vts/functional/Android.bp
+++ b/transport/base/1.0/vts/functional/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_kernel",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_libhidl_license"