You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Hard-coded product_variables until product product_variables is available.
|
|
load(":product_variables.bzl", "product_variables_providing_rule")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
product_variables_providing_rule(
|
|
name = "android_product_variables",
|
|
)
|