Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 426b1c6c authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Rename utils.bzl to android_product.bzl"

parents 480a5626 bd249821
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ package(default_visibility=[
    "@//build/bazel/product_config:__subpackages__",
])
load(":soong.variables.bzl", _soong_variables = "variables")
load("@//build/bazel/product_config:utils.bzl", "android_product")
load("@//build/bazel/product_config:android_product.bzl", "android_product")

android_product(
    name = "{PRODUCT}-{VARIANT}",