summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-02-24 17:52:02 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-02-24 17:52:02 +0000
commitcbd278ca0c2501f2b3a2e0c383a35c31b81ab698 (patch)
tree493ede54cc3ee337e2021d85ada606212bb8987d
parent4419980f7c610177ded79786cfb1c5547f141165 (diff)
parentd85782a9e0195fd32ed8fbeeeb8d85a2a1d3505b (diff)
downloadeasymock-cbd278ca0c2501f2b3a2e0c383a35c31b81ab698.tar.gz
Snap for 7168215 from d85782a9e0195fd32ed8fbeeeb8d85a2a1d3505b to simpleperf-release
Change-Id: I3b20013f7ee20b6634341007c0a69fb84fbc8c2c
-rw-r--r--Android.bp23
1 files changed, 23 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2821414..57cd05a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,29 @@
//
//
+package {
+ default_applicable_licenses: ["external_easymock_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_easymock_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ "NOTICE",
+ ],
+}
+
java_library {
name: "easymock",
host_supported: true,