summaryrefslogtreecommitdiff
path: root/tests/anomaly-tester
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-25 15:05:14 -0800
committerBob Badour <bbadour@google.com>2021-02-25 15:05:14 -0800
commita73a67240c3f7cf4fe81b3cd2b90878e5462b6aa (patch)
tree4389270b743b355cb40db0b60e5d56c705206159 /tests/anomaly-tester
parent18e9723489b4441444fb8b162359f80bfcfb058d (diff)
downloadSettings-a73a67240c3f7cf4fe81b3cd2b90878e5462b6aa.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Settings
Added SPDX-license-identifier-Apache-2.0 to: Android.bp protos/Android.bp tests/anomaly-tester/Android.bp tests/componenttests/Android.bp tests/legacy_unit/InstrumentedEntitlementApp/Android.bp tests/perftests/Android.bp tests/robotests/Android.bp tests/uitests/Android.bp tests/unit/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I58a85aced69923fa9a8e5a2b89ecfdd33de5e05c
Diffstat (limited to 'tests/anomaly-tester')
-rw-r--r--tests/anomaly-tester/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/anomaly-tester/Android.bp b/tests/anomaly-tester/Android.bp
index 29181af61ed..c897d75fe37 100644
--- a/tests/anomaly-tester/Android.bp
+++ b/tests/anomaly-tester/Android.bp
@@ -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 {
name: "AnomalyTester",