summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 02:03:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 02:03:39 +0000
commita6a3ca9daf74b24f5514fd33a8310e5adb1015c5 (patch)
tree2fe4ee2ac95c6e7dd3afd9d4f88e4ca9ace9a3b7
parentc2aa4d22fc24295761a9c588836531a7b3d3d519 (diff)
parent63e2bd2f8f0d2126a299cf0073cdfe1e1d061dca (diff)
downloademma-a6a3ca9daf74b24f5514fd33a8310e5adb1015c5.tar.gz
Change-Id: I010c10cfd09b36cab4b4686fe6aaa5880b60a056
-rw-r--r--Android.bp17
-rw-r--r--METADATA3
2 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7aeaee5..1a99ff3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// Copyright 2008 The Android Open Source Project
// the custom dex'ed emma library ready to put on a device.
// ============================================================
+package {
+ default_applicable_licenses: ["external_emma_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_emma_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-CPL-1.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_library {
name: "emma",
srcs: [
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..5c3f89c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: RECIPROCAL
+}