aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:34 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:34 +0000
commit9f2cfaa5f9014bcef7fa0ba14daa25d713a578a3 (patch)
treea7fa8fc6aa0656abac95cb56fbde65706b79e78b
parent90a482b549e53d6bda442d14ce7a0d3db9d07fbe (diff)
parent2a4cb0ec252bf941a985428a368ca7a81707e7d6 (diff)
downloadturbine-android12-d1-s6-release.tar.gz
Change-Id: I0d276b2e342e017aab764fc456089fd2cb859381
-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",