aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 17:08:20 -0800
committerBob Badour <bbadour@google.com>2021-02-12 17:08:20 -0800
commit9b74b95fd8d38cc995f15dbe5264ca92fcb248b3 (patch)
treea7fa8fc6aa0656abac95cb56fbde65706b79e78b
parent4a27fd761ed2ec5f27438f96a2cdc34844cae5f2 (diff)
downloadturbine-9b74b95fd8d38cc995f15dbe5264ca92fcb248b3.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/turbineandroid-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: Ic5f2dc6944fdcaf0ae5b576f3fb327150cfd75b1
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2206d6d..f5880c2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_turbine_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_turbine_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_library_host {
name: "turbine",