aboutsummaryrefslogtreecommitdiff
path: root/eventanalyzer/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'eventanalyzer/Android.bp')
-rw-r--r--eventanalyzer/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/eventanalyzer/Android.bp b/eventanalyzer/Android.bp
index 40f8276ab..3fa8ab00d 100644
--- a/eventanalyzer/Android.bp
+++ b/eventanalyzer/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["sdk_eventanalyzer_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "sdk_eventanalyzer_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_binary_host {
name: "eventanalyzer",