resolve merge conflicts of cfcf58354c to sc-dev

Change-Id: If4ac23728393cf6d2855f54ac2030ccd605f4582
This commit is contained in:
Bob Badour
2021-02-20 01:58:33 +00:00
7 changed files with 72 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
package {
default_applicable_licenses: ["packages_apps_Settings_license"],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "packages_apps_Settings_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
license_text: [
"NOTICE",
],
}
java_library { java_library {
name: "settings-logtags", name: "settings-logtags",
srcs: ["src/**/*.logtags"], srcs: ["src/**/*.logtags"],

View File

@@ -1,3 +1,12 @@
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_apps_Settings_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["packages_apps_Settings_license"],
}
java_library_static { java_library_static {
name: "settings-contextual-card-protos-lite", name: "settings-contextual-card-protos-lite",
host_supported: true, host_supported: true,

View File

@@ -1,3 +1,12 @@
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_apps_Settings_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["packages_apps_Settings_license"],
}
android_test { android_test {
name: "AnomalyTester", name: "AnomalyTester",

View File

@@ -1,3 +1,12 @@
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_apps_Settings_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["packages_apps_Settings_license"],
}
android_test { android_test {
name: "SettingsPerfTests", name: "SettingsPerfTests",

View File

@@ -2,6 +2,15 @@
// Build SettingsRoboTestStub.apk which includes test-only resources.# // Build SettingsRoboTestStub.apk which includes test-only resources.#
//############################################################ //############################################################
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_apps_Settings_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["packages_apps_Settings_license"],
}
android_app { android_app {
name: "SettingsRoboTestStub", name: "SettingsRoboTestStub",
defaults: [ defaults: [

View File

@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_apps_Settings_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["packages_apps_Settings_license"],
}
android_test { android_test {
name: "SettingsUITests", name: "SettingsUITests",
platform_apis: true, platform_apis: true,

View File

@@ -1,3 +1,12 @@
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_apps_Settings_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["packages_apps_Settings_license"],
}
android_test { android_test {
name: "SettingsUnitTests", name: "SettingsUnitTests",