aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:40:52 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:40:52 -0800
commite35f88c0e93d098ea51d0d4a86417b99b0096ce7 (patch)
tree0763d65507beb65700f1fdbcce31313a4e60d713
parentbbec3b29d61b3a62f30c5784c28a94c3ab90af81 (diff)
downloaduniversal-tween-engine-e35f88c0e93d098ea51d0d4a86417b99b0096ce7.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/universal-tween-engineandroid-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: I4e224b4410d94e4d7cbe01af2776c0527cb66914
-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"],