summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Romain Jobredeaux <jobredeaux@google.com> 2023-04-14 17:34:13 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-04-14 17:34:13 +0000
commit141dcbb6cce8963e709d6c6767d304351a78d186 (patch)
tree8d4f98537c90fea0388a92b1dd5c1e0af05cbd3a
parent4e37219e4ce2475e4a288fe085405aad98bcce15 (diff)
parent1a3382c0c2f80c727e4e47c29ca291f6a18ce4f5 (diff)
Merge "Delete platform mapping specific bp2build code"
-rw-r--r--bp2build/bp2build_product_config.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/bp2build/bp2build_product_config.go b/bp2build/bp2build_product_config.go
index ab2f821d3..3abef9db1 100644
--- a/bp2build/bp2build_product_config.go
+++ b/bp2build/bp2build_product_config.go
@@ -68,16 +68,6 @@ package(default_visibility = [
"@//build/bazel/product_config:__subpackages__",
"@soong_injection//product_config_platforms:__subpackages__",
])
-
-# TODO(b/249685973): Remove this. It was only added for a platform_mappings file,
-# which can possibly be replaced with autogenerating the platform_mappings file,
-# or removing that file entirely.
-alias(
- name = "current_android_platform",
- # TODO: When we start generating the platforms for more than just the
- # currently lunched, product, turn this into a select with an arm for each product.
- actual = "@soong_injection//{PRODUCT_FOLDER}:{PRODUCT}-{VARIANT}",
-)
`)),
newFile(
"product_config_platforms",