diff options
author | 2024-02-05 15:41:13 +0000 | |
---|---|---|
committer | 2024-02-05 15:41:13 +0000 | |
commit | 3819e6065e628ac077ba1c12a3ff4cfaa93a698e (patch) | |
tree | b56c3232d8d250406831cb607a3c2d3ad4f6fe01 /services/vibratorservice | |
parent | 77f3da22f3bf363c6dbc63c50c898a12f8f1df78 (diff) |
[DON'T BLOCK] Test ownership migration rules
This CL is created as a best effort to migrate test targets
to the new android ownership model. If you find incorrect or unnecessary
attribution in this CL, please create a separate CL to fix that.
For more details please refer to the link below,
go/new-android-ownership-model
Bug: 304529413
Test: N/A
Change-Id: I807c0e2743bb74820f05a2a3639f74c62868216e
Diffstat (limited to 'services/vibratorservice')
-rw-r--r-- | services/vibratorservice/benchmarks/Android.bp | 1 | ||||
-rw-r--r-- | services/vibratorservice/test/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/services/vibratorservice/benchmarks/Android.bp b/services/vibratorservice/benchmarks/Android.bp index a468146bc0..5437995899 100644 --- a/services/vibratorservice/benchmarks/Android.bp +++ b/services/vibratorservice/benchmarks/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_haptics_framework", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_native_license" diff --git a/services/vibratorservice/test/Android.bp b/services/vibratorservice/test/Android.bp index 32947246d8..be71dc2ce3 100644 --- a/services/vibratorservice/test/Android.bp +++ b/services/vibratorservice/test/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_haptics_framework", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_native_license" |