aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 23:18:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 23:18:01 +0000
commit66996875597ebd9c279e7ec348bd447e26791981 (patch)
treef6e1e64a91647161c26338b6205f3f9655476a01
parent84b6b008ebd2d45aa54a01f3370a09dc47bd3770 (diff)
parent9a192159fbe3bb80ee2f1524b6b418f5fec6308c (diff)
downloadlibprotobuf-mutator-66996875597ebd9c279e7ec348bd447e26791981.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libprotobuf-mutator am: a9ff763e97 am: 7514b14c2b am: 76c35f7af2 am: 9a192159fb
Original change: https://android-review.googlesource.com/c/platform/external/libprotobuf-mutator/+/1588860 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5fc29a2ef4950a6f02309b623a188793d1b91ecb
-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,