commit | c901a99e87dee77d158a681b5d57e37dfa70dc10 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Jan 11 18:55:07 2022 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Tue Jan 11 18:55:07 2022 +0000 |
tree | 561060ef9c1a41b078535adbcc9b25cce5544945 | |
parent | 4c76b4d6dad51326cd254e21c78b3e8ac125352a [diff] [blame] |
python: add license declaration to BUILD Change-Id: I38714eb966545727bab3c5b5122083ec5ac30ee9
diff --git a/python/BUILD b/python/BUILD index fc81845..209751f 100644 --- a/python/BUILD +++ b/python/BUILD
@@ -19,6 +19,8 @@ "perfetto_py_library", ) +licenses(["notice"]) + perfetto_py_binary( name = "trace_processor_py_example", srcs = ["example.py"],