Snap for 11753769 from d8c8c1b619
to 24Q3-release
Change-Id: Iae6d8fb584a70fc8104d3d17a57c05583fbc2ac6
This commit is contained in:
commit
c53c19dc8f
4 changed files with 7 additions and 3 deletions
|
@ -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 "bootable_recovery_license"
|
||||
|
@ -60,7 +61,7 @@ cc_defaults {
|
|||
cc_test_host {
|
||||
name: "libinstall_host_unittests",
|
||||
defaults: [
|
||||
"libspl_check_defaults"
|
||||
"libspl_check_defaults",
|
||||
],
|
||||
srcs: [
|
||||
"spl_check_unittests.cpp",
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "bootable_recovery_license"
|
||||
|
@ -110,7 +111,7 @@ cc_binary {
|
|||
|
||||
required: [
|
||||
"adbd_system_api_recovery",
|
||||
]
|
||||
],
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
|
@ -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 "bootable_recovery_license"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_platform_build",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "bootable_recovery_license"
|
||||
|
|
Loading…
Reference in a new issue