[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
This commit is contained in:
Bob Badour
2022-09-22 13:34:03 -07:00
parent 2c27b17f8e
commit 302756ae83

View File

@@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
python_test_host {
name: "py_proto_pkg_path_test",
main: "main.py",