aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 18:16:58 -0800
committerBob Badour <bbadour@google.com>2021-02-03 18:16:58 -0800
commit6184a0cafcb6988cd0f0c794610f805af1339fea (patch)
tree7e9422cb87e3abf98db480ae243aff2e7d4b725f
parent531a954c39b1d1921adcd462fe6d6ccf1f371d84 (diff)
downloadgoogle-benchmark-6184a0cafcb6988cd0f0c794610f805af1339fea.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/google-benchmark
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: Ibb6ad33aff26e592a77714f9e973ded66c7799cb
-rw-r--r--Android.bp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 88fe433..1f1a2d6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,22 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_google-benchmark_license"],
+}
+
+// Added automatically by a large-scale-change
+license {
+ name: "external_google-benchmark_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "libgoogle-benchmark-defaults",
host_supported: true,