aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:07:35 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:07:35 -0800
commit53074ed4c6e3641dbcb46c4f4ad89319bc9a9d5d (patch)
tree64f402d10e4c15382a80284407bd56e01692a250
parent7ba747649221391cc116d672cce88e7e5f89eebb (diff)
downloadrappor-53074ed4c6e3641dbcb46c4f4ad89319bc9a9d5d.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rapporandroid-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: I7758b979823dd2384d9ff517df473d7b6f95285e
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fcae131..99a16fa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_rappor_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rappor_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_library {
name: "rappor",
java_version: "1.7",