Skip to content

Commit f86d02b

Browse files
Ronish KaliaGerrit Code Review
authored andcommitted
Merge "[DON'T BLOCK] Test ownership migration rules" into main
2 parents a38f2a9 + 3819e60 commit f86d02b

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

libs/gui/tests/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
44
// to integrate with auto-test framework.
55
package {
6+
default_team: "trendy_team_android_core_graphics_stack",
67
// See: http://go/android-license-faq
78
// A large-scale-change added 'default_applicable_licenses' to import
89
// all of the 'license_kinds' from "frameworks_native_license"

libs/vibrator/fuzzer/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919

2020
package {
21+
default_team: "trendy_team_haptics_framework",
2122
// See: http://go/android-license-faq
2223
// A large-scale-change added 'default_applicable_licenses' to import
2324
// all of the 'license_kinds' from "frameworks_native_license"

services/inputflinger/benchmarks/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package {
2+
default_team: "trendy_team_input_framework",
23
// See: http://go/android-license-faq
34
// A large-scale-change added 'default_applicable_licenses' to import
45
// all of the 'license_kinds' from "frameworks_native_license"

services/inputflinger/tests/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
package {
16+
default_team: "trendy_team_input_framework",
1617
// See: http://go/android-license-faq
1718
// A large-scale-change added 'default_applicable_licenses' to import
1819
// all of the 'license_kinds' from "frameworks_native_license"

services/inputflinger/tests/fuzzers/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
package {
16+
default_team: "trendy_team_input_framework",
1617
// See: http://go/android-license-faq
1718
// A large-scale-change added 'default_applicable_licenses' to import
1819
// all of the 'license_kinds' from "frameworks_native_license"

services/vibratorservice/benchmarks/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
package {
16+
default_team: "trendy_team_haptics_framework",
1617
// See: http://go/android-license-faq
1718
// A large-scale-change added 'default_applicable_licenses' to import
1819
// all of the 'license_kinds' from "frameworks_native_license"

services/vibratorservice/test/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
package {
16+
default_team: "trendy_team_haptics_framework",
1617
// See: http://go/android-license-faq
1718
// A large-scale-change added 'default_applicable_licenses' to import
1819
// all of the 'license_kinds' from "frameworks_native_license"

0 commit comments

Comments
 (0)