aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 22:23:31 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 22:23:31 +0000
commit76c35f7af2c5af5a728224d0dda8679582616c9c (patch)
treef6e1e64a91647161c26338b6205f3f9655476a01
parente4886f22217582ae3a6e073d4f448cf206187bc4 (diff)
parent7514b14c2b395eef25caa0c416386b420729bd8c (diff)
downloadlibprotobuf-mutator-76c35f7af2c5af5a728224d0dda8679582616c9c.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libprotobuf-mutator am: a9ff763e97 am: 7514b14c2b
Original change: https://android-review.googlesource.com/c/platform/external/libprotobuf-mutator/+/1588860 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I472cdb9cfca4aca0341c2be21e7d3df7c80d43c1
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 57d499a..5bfcec6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
* limitations under the License.
*/
+package {
+ default_applicable_licenses: ["external_libprotobuf-mutator_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_libprotobuf-mutator_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_library {
name: "libprotobuf-mutator",
host_supported: true,