Loading Android.bp +17 −0 Original line number Diff line number Diff line 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 { name: "settings-logtags", srcs: ["src/**/*.logtags"], Loading protos/Android.bp +10 −1 Original line number Diff line number Diff line 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 { name: "settings-contextual-card-protos-lite", host_supported: true, Loading tests/anomaly-tester/Android.bp +9 −0 Original line number Diff line number Diff line 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 { name: "AnomalyTester", Loading tests/perftests/Android.bp +9 −0 Original line number Diff line number Diff line 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 { name: "SettingsPerfTests", Loading tests/robotests/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,15 @@ // 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 { name: "SettingsRoboTestStub", defaults: [ Loading Loading
Android.bp +17 −0 Original line number Diff line number Diff line 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 { name: "settings-logtags", srcs: ["src/**/*.logtags"], Loading
protos/Android.bp +10 −1 Original line number Diff line number Diff line 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 { name: "settings-contextual-card-protos-lite", host_supported: true, Loading
tests/anomaly-tester/Android.bp +9 −0 Original line number Diff line number Diff line 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 { name: "AnomalyTester", Loading
tests/perftests/Android.bp +9 −0 Original line number Diff line number Diff line 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 { name: "SettingsPerfTests", Loading
tests/robotests/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,15 @@ // 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 { name: "SettingsRoboTestStub", defaults: [ Loading