aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 16:50:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 16:50:29 +0000
commitd9c666acbedd25fa2cae4dac16c0e4fd750c9c67 (patch)
treef705cad259e199783ae658c61ee4240a4c3150e1
parentc285326084f649cdc634336dad74f8b2988f2532 (diff)
parenteb3be5a339e695e9f8711b40e364decd24264df0 (diff)
downloadlibcppbor-d9c666acbedd25fa2cae4dac16c0e4fd750c9c67.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libcppbor am: 382930dc90 am: eb3be5a339
Original change: https://android-review.googlesource.com/c/platform/external/libcppbor/+/1588871 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I715eebf247da2adadd0e0055e08c042012bdafd9
-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: [