From 302756ae833525c114c961aa75dce5e6fd09e849 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 22 Sep 2022 13:34:03 -0700 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to build/soong Added SPDX-license-identifier-Apache-2.0 to: python/tests/proto_pkg_path/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I17e9945a265d0ede3e291ed6f5d410dde035fbe5 --- python/tests/proto_pkg_path/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) 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",