summaryrefslogtreecommitdiff
path: root/dynamic_partitions
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-12 04:43:20 -0800
committerBob Badour <bbadour@google.com>2021-03-12 13:13:04 -0800
commit16747b5b51ba61ed350c3a37d8e4252b5e3e07bf (patch)
treedbe297f35f8462ff979f58d2dfd2a8ea101215ec /dynamic_partitions
parent892d724fd20d4b5bd9b0c731a5993d66550e115f (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 'dynamic_partitions')
-rw-r--r--dynamic_partitions/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dynamic_partitions/Android.bp b/dynamic_partitions/Android.bp
index ba0557f..a5e54a9 100644
--- a/dynamic_partitions/Android.bp
+++ b/dynamic_partitions/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
sh_binary {
name: "check_dynamic_partitions",
src: "check_dynamic_partitions",