aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:06:31 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:06:31 +0000
commita932bbe4c9a521d0812bcd7d3fa7b4d088f7cea5 (patch)
tree0763d65507beb65700f1fdbcce31313a4e60d713
parentdb23634c7310bd317e9639a028e1201957294144 (diff)
parentc14835937450ffa33af780a46526d22f5ef88ffb (diff)
downloaduniversal-tween-engine-android12L-gsi.tar.gz
Change-Id: If0861c0fdc142ce5b977792bab90249148e33cb3
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a4635ab..3a8d816 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_universal-tween-engine_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_universal-tween-engine_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_library {
name: "universal-tween-engine",
srcs: ["java/api/src/**/*.java"],