aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:21:28 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:21:28 -0800
commita9ff763e97f085ea44636511e110fca7f459db18 (patch)
treef6e1e64a91647161c26338b6205f3f9655476a01
parentf5e6ed34b3e7e379731990c25d0a5f10dde6b47d (diff)
downloadlibprotobuf-mutator-a9ff763e97f085ea44636511e110fca7f459db18.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libprotobuf-mutatorandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Icb4dc9f689fd06a593a9781c1d025ebd4786bac1
-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,