aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 17:24:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 17:24:54 +0000
commitce8efdeb75ee62abc3c917114633002c202e2337 (patch)
treef705cad259e199783ae658c61ee4240a4c3150e1
parentb1e83192151240f0b38039c96db1e4c2318fed0f (diff)
parentd9c666acbedd25fa2cae4dac16c0e4fd750c9c67 (diff)
downloadlibcppbor-ce8efdeb75ee62abc3c917114633002c202e2337.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libcppbor am: 382930dc90 am: eb3be5a339 am: d9c666acbe
Original change: https://android-review.googlesource.com/c/platform/external/libcppbor/+/1588871 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I57406a64386c65991f502bbcf44821e375b0c363
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index adefa63..8f2b64a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_libcppbor_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_libcppbor_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "libcppbor_defaults",
cflags: [