diff options
author | Bob Badour <bbadour@google.com> | 2021-03-12 04:43:20 -0800 |
---|---|---|
committer | Bob Badour <bbadour@google.com> | 2021-03-12 13:13:04 -0800 |
commit | 16747b5b51ba61ed350c3a37d8e4252b5e3e07bf (patch) | |
tree | dbe297f35f8462ff979f58d2dfd2a8ea101215ec /misc_writer | |
parent | 892d724fd20d4b5bd9b0c731a5993d66550e115f (diff) |
[LSC] Add LOCAL_LICENSE_KINDS to hardware/google/pixel
Added SPDX-license-identifier-Apache-2.0 to:
atrace/Android.bp
bootctrl/Android.bp
dynamic_partitions/Android.bp
fastboot/Android.bp
health/Android.bp
kernel_headers/Android.bp
misc_writer/Android.bp
mm/Android.bp
perfstatsd/Android.bp
pixelstats/Android.bp
power-libperfmgr/Android.bp
power-libperfmgr/libperfmgr/Android.bp
powerstats/Android.bp
powerstats/aidl/Android.bp
pwrstats_util/Android.bp
radio/Android.bp
radio/gril_carrier_nv_headers/Android.bp
recovery/Android.bp
usb/Android.bp
vibrator/Android.bp
vibrator/common/Android.bp
vibrator/cs40l25/Android.bp
vibrator/cs40l25/bench/Android.bp
vibrator/cs40l25/tests/Android.bp
vibrator/drv2624/Android.bp
vibrator/drv2624/apex/Android.bp
vibrator/drv2624/bench/Android.bp
vibrator/drv2624/tests/Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to:
Android.bp
thermal/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I58efe8db7cc3f22a585c6e3a80bef41c48b49c8d
Merged-in: I58efe8db7cc3f22a585c6e3a80bef41c48b49c8d
Diffstat (limited to 'misc_writer')
-rw-r--r-- | misc_writer/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc_writer/Android.bp b/misc_writer/Android.bp index 73c44d2..6ad523a 100644 --- a/misc_writer/Android.bp +++ b/misc_writer/Android.bp @@ -14,6 +14,10 @@ // limitations under the License. // +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_defaults { name: "misc_writer_defaults", vendor: true, |