Add tangor% to the pattern match
Some targets are using tangor_xxx and some use xxx_tangor, cover both to avoid duplicate zygote props. Test: Build Signed-off-by: Pat Tjin <pattjin@google.com> Change-Id: I43b18f6b5296f7b1575a8d5e817b3f2281dc1e1c
This commit is contained in:
parent
b0599c3b02
commit
a63220bcd1
3 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
# All components inherited here go to system image
|
||||
#
|
||||
ifeq (,$(filter %tangor %_64,$(TARGET_PRODUCT)))
|
||||
ifeq (,$(filter %tangor tangor% %_64,$(TARGET_PRODUCT)))
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
else
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue