aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 21:46:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 21:46:00 +0000
commit7514b14c2b395eef25caa0c416386b420729bd8c (patch)
treef6e1e64a91647161c26338b6205f3f9655476a01
parentf5e6ed34b3e7e379731990c25d0a5f10dde6b47d (diff)
parenta9ff763e97f085ea44636511e110fca7f459db18 (diff)
downloadlibprotobuf-mutator-7514b14c2b395eef25caa0c416386b420729bd8c.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libprotobuf-mutator am: a9ff763e97
Original change: https://android-review.googlesource.com/c/platform/external/libprotobuf-mutator/+/1588860 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I430f2ae644df4f169794cbc276d94aee3e51c729
-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,