Delete platform mapping specific bp2build code
Bug: 249685973 Test: Presubmits Change-Id: Ib76a7659dfe57731100550c2cff4de960be2f1d7
This commit is contained in:
@@ -68,16 +68,6 @@ package(default_visibility = [
|
|||||||
"@//build/bazel/product_config:__subpackages__",
|
"@//build/bazel/product_config:__subpackages__",
|
||||||
"@soong_injection//product_config_platforms:__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(
|
newFile(
|
||||||
"product_config_platforms",
|
"product_config_platforms",
|
||||||
|
Reference in New Issue
Block a user