New issue
Advanced search Search tips

Issue 912188 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 908819
Owner: ----
Closed: Dec 14
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Android Build Rules are Sensitive to the Label Name

Project Member Reported by robliao@chromium.org, Dec 5

Issue description

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.
 
Mergedinto: 908819
Status: Duplicate (was: Untriaged)

Sign in to add a comment