Enable select syntax support for `phony_deps` in phony_rule
Previously, `phony_deps` in `phony_rule` was a simple []string type, so the select syntax was not supported. This change modifies it to a Configurable[[]string] type to enable select syntax support. Bug: 354850153 Test: Add select syntax in the Andorid.bp Change-Id: Ibc5e5ee5d8fb9c19dc45d744a71b625fe94c9d88
Loading
Please register or sign in to comment