summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2024-06-07 00:03:20 +0000
committer Spandan Das <spandandas@google.com> 2024-06-07 00:03:20 +0000
commitf4c802bcd64daf7f6fb87400fac8777b49495b3c (patch)
tree0a791f3942dc8d4cebbab4a0a86631299fc30fac
parent211fdd661841d68aecbb7e21329244b815f2cf50 (diff)
Drop PRODUCT_INCLUDE_TAGS from banner vars
PRODUCT_INCLUDE_TAGS was previously used alongside blueprint_package_include to prune Android.bp files from soong analysis. With the deprecation of blueprint_package_includes, this product config variable bcomes a noop and does not provide useful information in banner. Test: NA Bug: 333316620 Change-Id: Id7a1465c06a45f12b4ecb1bf80decddb657adce2
-rw-r--r--ui/build/dumpvars.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go
index 6691db830..eba86a0fc 100644
--- a/ui/build/dumpvars.go
+++ b/ui/build/dumpvars.go
@@ -147,7 +147,6 @@ func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_
var BannerVars = []string{
"PLATFORM_VERSION_CODENAME",
"PLATFORM_VERSION",
- "PRODUCT_INCLUDE_TAGS",
"PRODUCT_SOURCE_ROOT_DIRS",
"TARGET_PRODUCT",
"TARGET_BUILD_VARIANT",