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
|
@ -32,7 +32,7 @@ TARGET_CPU_ABI := arm64-v8a
|
|||
TARGET_CPU_VARIANT := cortex-a55
|
||||
TARGET_CPU_VARIANT_RUNTIME := cortex-a55
|
||||
|
||||
ifeq (,$(filter %tangor %_64,$(TARGET_PRODUCT)))
|
||||
ifeq (,$(filter %tangor tangor% %_64,$(TARGET_PRODUCT)))
|
||||
TARGET_2ND_ARCH := arm
|
||||
TARGET_2ND_ARCH_VARIANT := armv8-a
|
||||
TARGET_2ND_CPU_ABI := armeabi-v7a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue