diff --git a/python/tests/proto_pkg_path/Android.bp b/python/tests/proto_pkg_path/Android.bp index 17afde2aa..ef7985050 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",