summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:58:06 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:58:06 +0000
commit63f4050cfefdce699d608528a5363f04f0a6fa7c (patch)
tree9c1c1cee43f043190614b018dbdf1d2cc2bd83eb
parent225d46b066b9c1dc8bd7236e297dd9cd014af055 (diff)
downloadlibhidl-63f4050cfefdce699d608528a5363f04f0a6fa7c.tar.gz
Migrate Test Targets to New Android Ownership Model
This CL is created as a best effort to migrate test targets to the new Android ownership model. It is based on historical data from repository history and insights from git blame. Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary attribution in this CL, please create a new CL to fix that. For detailed guidelines and further information on the migration please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: I48cf5265c486276cb301c711ae5eea992d1797dc
-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 00984ef..6edb2e3 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"