commit | ad37451b6585ab4c1e5f4a08f0c6d313810ade85 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Sep 23 13:02:32 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 23 13:02:32 2022 +0000 |
tree | 44f564ddff759f22c0542e1ace913c13537272bf | |
parent | f419277cc52ccfdcf041dba4346b83ea3815732c [diff] | |
parent | 302756ae833525c114c961aa75dce5e6fd09e849 [diff] |
Merge "[LSC] Add LOCAL_LICENSE_KINDS to build/soong"
diff --git a/python/tests/proto_pkg_path/Android.bp b/python/tests/proto_pkg_path/Android.bp index 17afde2..ef79850 100644 --- a/python/tests/proto_pkg_path/Android.bp +++ b/python/tests/proto_pkg_path/Android.bp
@@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + python_test_host { name: "py_proto_pkg_path_test", main: "main.py",