aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-08-02 12:59:35 -0700
committerBob Badour <bbadour@google.com>2021-08-02 12:59:35 -0700
commit8eeb3a0f0488fdf260131360071dc3bd9463e62b (patch)
treeddb869cc1d60a5d58b8752dd7859793226baae33 /examples
parent7b24ecd2d347bda7b978de8132f5f44ec57e6bc5 (diff)
downloadbazel-8eeb3a0f0488fdf260131360071dc3bd9463e62b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to build/bazel
Added SPDX-license-identifier-Apache-2.0 to: examples/apex/minimal/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: If22ae6146d9a82463f475a3566384560d0905040
Diffstat (limited to 'examples')
-rw-r--r--examples/apex/minimal/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/apex/minimal/Android.bp b/examples/apex/minimal/Android.bp
index fb2a28ca..91d43fa8 100644
--- a/examples/apex/minimal/Android.bp
+++ b/examples/apex/minimal/Android.bp
@@ -18,6 +18,10 @@
// Generated by system/apex/tools/create_apex_skeleton.sh.
// WARNING: These keys are for test and dev purposes only.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
apex_key {
name: "build.bazel.examples.apex.minimal.key",
public_key: "build.bazel.examples.apex.minimal.avbpubkey",