1. Create a build label that ends in _resources.
2. Have android_assets dependent on that _resources label.
ACTUAL
Note a mysterious requirement for _resources__build_config appears.
EXPECTED
The dep is included without additional deps.
Android write_build_config is sensitive to the build label name and automatically adds deps that are conditional on the dep's build label name. This seems unexpected.
A possible way to have this work is to introduce an 'android_deps' variable that do this magic and allow 'deps' to be a direct passthrough.
Comment 1 by estevenson@chromium.org
, Dec 14Status: Duplicate (was: Untriaged)