summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 00:00:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 00:00:47 +0000
commit701f4d541d08f25bf70502d2ae30b5422b6fdbba (patch)
tree2fe4ee2ac95c6e7dd3afd9d4f88e4ca9ace9a3b7
parentc2aa4d22fc24295761a9c588836531a7b3d3d519 (diff)
parent63e2bd2f8f0d2126a299cf0073cdfe1e1d061dca (diff)
downloademma-android12-mainline-wifi-release.tar.gz
Change-Id: Id2f9f832b612b45783336e2fdacae3ebc3adf9eb
-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
+}