From 4edc0b30ff7bfbc115ca10f284bd7d4f0d637c00 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 10 May 2022 15:39:10 -0700 Subject: [PATCH] Remove all_product_makefiles It was unused, along with all_product_configs. Bug: 228518445 Test: Presubmits Change-Id: Ibd105241581f8b03254b8fee382d916ea3a98890 --- core/product_config.mk | 3 --- 1 file changed, 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