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