summaryrefslogtreecommitdiff
path: root/light/1.0/default/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:30:13 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:30:13 -0800
commitb508851c29d909b6142f71174c0a4497dc398c90 (patch)
tree2ca206138432568e1b3c60e42237b447ad68c92c /light/1.0/default/Android.bp
parent3854d741bc01e8262bebb21753387130bf8fa6eb (diff)
downloadinterfaces-b508851c29d909b6142f71174c0a4497dc398c90.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to hardware/google/interfaces
Added SPDX-license-identifier-Apache-2.0 to: Android.bp display/Android.bp light/1.0/Android.bp light/1.0/default/Android.bp light/1.1/Android.bp light/1.1/default/Android.bp media/c2/1.0/Android.bp power/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I575899eb31d97d87fbc5f6de6c5c593793bac13f
Diffstat (limited to 'light/1.0/default/Android.bp')
-rw-r--r--light/1.0/default/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/light/1.0/default/Android.bp b/light/1.0/default/Android.bp
index 7ca84cd..af11738 100644
--- a/light/1.0/default/Android.bp
+++ b/light/1.0/default/Android.bp
@@ -14,6 +14,15 @@
// 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 "hardware_google_interfaces_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_google_interfaces_license"],
+}
+
cc_defaults {
name: "hardware.google.light_defaults",
relative_install_path: "hw",