Skip to content

Commit

Permalink
[DON'T BLOCK] Test ownership migration rules
Browse files Browse the repository at this point in the history
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,
<add g3 doc link>

Bug: 304529413
Test: N/A
Change-Id: I6b6cf0abdd1fdb8fefa4184b3698f6951c192ac0
  • Loading branch information
Ronish Kalia committed Feb 14, 2024
1 parent 3092a90 commit f891397
Show file tree
Hide file tree
Showing 95 changed files with 236 additions and 82 deletions.
1 change: 1 addition & 0 deletions apct-tests/perftests/autofill/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

package {
default_team: "trendy_team_input_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/blobstore/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

package {
default_team: "trendy_team_input_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/contentcapture/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

package {
default_team: "trendy_team_input_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/core/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
//

package {
default_team: "trendy_team_framework_accessibility",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
62 changes: 32 additions & 30 deletions apct-tests/perftests/core/apps/overlay/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

package {
default_team: "trendy_team_framework_accessibility",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand All @@ -25,149 +26,150 @@ android_test_helper_app {
name: "Overlay0",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay0",
]
],
}

android_test_helper_app {
name: "Overlay1",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay1",
]
],
}

android_test_helper_app {
name: "Overlay2",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay2",
]
],
}

android_test_helper_app {
name: "Overlay3",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay3",
]
],
}

android_test_helper_app {
name: "Overlay4",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay4",
]
],
}

android_test_helper_app {
name: "Overlay5",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay5",
]
],
}

android_test_helper_app {
name: "Overlay6",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay6",
]
],
}

android_test_helper_app {
name: "Overlay7",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay7",
]
],
}

android_test_helper_app {
name: "Overlay8",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay8",
]
],
}

android_test_helper_app {
name: "Overlay9",
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay9",
]
],
}

android_test_helper_app {
name: "LargeOverlay0",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large0",
]
],
}

android_test_helper_app {
name: "LargeOverlay1",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large1",
]
],
}

android_test_helper_app {
name: "LargeOverlay2",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large2",
]
],
}

android_test_helper_app {
name: "LargeOverlay3",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large3",
]
],
}

android_test_helper_app {
name: "LargeOverlay4",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large4",
]
],
}

android_test_helper_app {
name: "LargeOverlay5",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large5",
]
],
}

android_test_helper_app {
name: "LargeOverlay6",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large6",
]
],
}

android_test_helper_app {
name: "LargeOverlay7",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large7",
]
],
}

android_test_helper_app {
name: "LargeOverlay8",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large8",
]
],
}

android_test_helper_app {
name: "LargeOverlay9",
resource_dirs : [ "res_large" ],
resource_dirs: ["res_large"],
aaptflags: [
"--rename-manifest-package com.android.perftests.overlay.large9",
]
],
}

java_library {
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/core/apps/reources_manager/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

package {
default_team: "trendy_team_framework_accessibility",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/core/jni/Android.bp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package {
default_team: "trendy_team_framework_accessibility",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/healthconnect/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

package {
default_team: "trendy_team_input_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/inputmethod/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

package {
default_team: "trendy_team_input_method_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/multiuser/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

package {
default_team: "trendy_team_input_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/multiuser/apps/dummyapp/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

package {
default_team: "trendy_team_input_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
1 change: 1 addition & 0 deletions apct-tests/perftests/packagemanager/Android.bp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package {
default_team: "trendy_team_input_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
Expand Down
Loading

0 comments on commit f891397

Please sign in to comment.