aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-05-11 18:31:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-05-11 18:31:14 +0000
commita09c684e27f748b449f4fe0a5c0bf3527531fc8a (patch)
treed7af765aa90a5c969062c54cfa76d04bdfc8e026
parent8ccac5198d118d9916ed10125929afa34d9987f0 (diff)
parent4edc0b30ff7bfbc115ca10f284bd7d4f0d637c00 (diff)
downloadbuild-a09c684e27f748b449f4fe0a5c0bf3527531fc8a.tar.gz
Merge "Remove all_product_makefiles"
-rw-r--r--core/product_config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/product_config.mk b/core/product_config.mk
index 35f018daea..540289a609 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -210,7 +210,6 @@ $(foreach f,$(android_products_makefiles), \
# Dedup, extract product names, etc.
product_paths := $(sort $(product_paths))
all_named_products := $(sort $(call _first,$(product_paths),:))
-all_product_makefiles := $(sort $(call _second,$(product_paths),:))
current_product_makefile := $(call _second,$(filter $(TARGET_PRODUCT):%,$(product_paths)),:)
COMMON_LUNCH_CHOICES := $(sort $(common_lunch_choices))
@@ -273,8 +272,6 @@ endif
############################################################################
current_product_makefile :=
-all_product_makefiles :=
-all_product_configs :=
#############################################################################
# Quick check and assign default values