Merge "Migrate Test Targets to New Android Ownership Model" into main am: cd6618b619
am: 67666b2b47
Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/2946233 Change-Id: Ia3c73c8e83b35bdae5cca8a592aa251e7569b821 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d8c8c1b619
4 changed files with 7 additions and 3 deletions
|
@ -13,6 +13,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
package {
|
package {
|
||||||
|
default_team: "trendy_team_android_kernel",
|
||||||
// See: http://go/android-license-faq
|
// See: http://go/android-license-faq
|
||||||
// A large-scale-change added 'default_applicable_licenses' to import
|
// A large-scale-change added 'default_applicable_licenses' to import
|
||||||
// all of the 'license_kinds' from "bootable_recovery_license"
|
// all of the 'license_kinds' from "bootable_recovery_license"
|
||||||
|
@ -60,7 +61,7 @@ cc_defaults {
|
||||||
cc_test_host {
|
cc_test_host {
|
||||||
name: "libinstall_host_unittests",
|
name: "libinstall_host_unittests",
|
||||||
defaults: [
|
defaults: [
|
||||||
"libspl_check_defaults"
|
"libspl_check_defaults",
|
||||||
],
|
],
|
||||||
srcs: [
|
srcs: [
|
||||||
"spl_check_unittests.cpp",
|
"spl_check_unittests.cpp",
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
package {
|
package {
|
||||||
|
default_team: "trendy_team_native_tools_libraries",
|
||||||
// See: http://go/android-license-faq
|
// See: http://go/android-license-faq
|
||||||
// A large-scale-change added 'default_applicable_licenses' to import
|
// A large-scale-change added 'default_applicable_licenses' to import
|
||||||
// all of the 'license_kinds' from "bootable_recovery_license"
|
// all of the 'license_kinds' from "bootable_recovery_license"
|
||||||
|
@ -110,7 +111,7 @@ cc_binary {
|
||||||
|
|
||||||
required: [
|
required: [
|
||||||
"adbd_system_api_recovery",
|
"adbd_system_api_recovery",
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_test {
|
cc_test {
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
package {
|
package {
|
||||||
|
default_team: "trendy_team_android_kernel",
|
||||||
// See: http://go/android-license-faq
|
// See: http://go/android-license-faq
|
||||||
// A large-scale-change added 'default_applicable_licenses' to import
|
// A large-scale-change added 'default_applicable_licenses' to import
|
||||||
// all of the 'license_kinds' from "bootable_recovery_license"
|
// all of the 'license_kinds' from "bootable_recovery_license"
|
||||||
|
@ -167,7 +168,7 @@ cc_fuzz {
|
||||||
srcs: ["fuzz/verify_package_fuzzer.cpp"],
|
srcs: ["fuzz/verify_package_fuzzer.cpp"],
|
||||||
|
|
||||||
corpus: [
|
corpus: [
|
||||||
"testdata/otasigned*.zip",
|
"testdata/otasigned*.zip",
|
||||||
],
|
],
|
||||||
|
|
||||||
static_libs: [
|
static_libs: [
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
package {
|
package {
|
||||||
|
default_team: "trendy_team_platform_build",
|
||||||
// See: http://go/android-license-faq
|
// See: http://go/android-license-faq
|
||||||
// A large-scale-change added 'default_applicable_licenses' to import
|
// A large-scale-change added 'default_applicable_licenses' to import
|
||||||
// all of the 'license_kinds' from "bootable_recovery_license"
|
// all of the 'license_kinds' from "bootable_recovery_license"
|
||||||
|
|
Loading…
Reference in a new issue