aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-02-24 17:52:27 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-02-24 17:52:27 +0000
commit7d642e315866475bc1d2a8db56256ec0c6a5f303 (patch)
tree3468c8c75334dc5332cd858fa5cac271017a11de
parent22c18bb46c88dae832c0abec1af2ec58e862dac7 (diff)
parent2f4f7d122d18b463fc106331f893ccc64d589b89 (diff)
downloadjavapoet-7d642e315866475bc1d2a8db56256ec0c6a5f303.tar.gz
Snap for 7168215 from 2f4f7d122d18b463fc106331f893ccc64d589b89 to simpleperf-release
Change-Id: If67ff85ef9c4d52d1fe43a316af67f8d8bcd0c97
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7c123f7..ddcaf2c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_javapoet_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_javapoet_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
+
java_library_host {
name: "javapoet",
srcs: ["src/main/java/**/*.java"],