Files
build_soong/python
Spandan Das cb847638af Translate python_libray.pkg_path to proto.import_prefix
If a python_library uses a pkg_path foo/bar, then the proto srcs in
that libray need to import the dep .proto as foo/bar/proto.proto.

This behavior is restricted to python modules. To implement this is in
bp2build, this CL creates a new interface with a single method
`PkgPath`. Only python module structs implement this interface, and
this method is only available during bp2build

Test: Added a bp2build unit test
Test: TH

Change-Id: If8d207c0b321f75337a053795826b283a5eaaf46
2023-08-24 19:21:10 +00:00
..
2023-08-22 18:41:25 -04:00
2023-01-27 15:43:38 -08:00
2023-08-16 21:47:03 -04:00
2023-01-25 10:40:59 -08:00
2023-01-27 15:43:38 -08:00
2021-03-17 23:56:29 +00:00