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
18 lines
338 B
Plaintext
18 lines
338 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
python_test_host {
|
|
name: "py_proto_pkg_path_test",
|
|
main: "main.py",
|
|
srcs: [
|
|
"main.py",
|
|
"proto/*.proto",
|
|
],
|
|
pkg_path: "mylib/subpackage",
|
|
proto: {
|
|
canonical_path_from_root: false,
|
|
respect_pkg_path: true,
|
|
},
|
|
}
|