Merge "Remove all_product_makefiles" am: a09c684e27
am: 0221a9a4af
Original change: https://android-review.googlesource.com/c/platform/build/+/2095123 Change-Id: Iac20e50b3b435d5663bcc07bd411e3ba7ef962c4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
478a4e289b
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue