Home
last modified time | relevance | path

Searched refs:TARGET_CPU_ABI_LIST_64_BIT (Results 1 – 3 of 3) sorted by relevance

/build/core/
Dconfig.mk267 ifeq (,$(TARGET_CPU_ABI_LIST_64_BIT))
269 TARGET_CPU_ABI_LIST_64_BIT := $(TARGET_CPU_ABI) $(TARGET_CPU_ABI2)
291 TARGET_CPU_ABI_LIST := $(TARGET_CPU_ABI_LIST_32_BIT) $(TARGET_CPU_ABI_LIST_64_BIT)
293 TARGET_CPU_ABI_LIST := $(TARGET_CPU_ABI_LIST_64_BIT) $(TARGET_CPU_ABI_LIST_32_BIT)
300 TARGET_CPU_ABI_LIST_64_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_64_BIT)))
DMakefile226 TARGET_CPU_ABI_LIST_64_BIT="$(TARGET_CPU_ABI_LIST_64_BIT)" \
/build/tools/
Dbuildinfo.sh35 echo "ro.product.cpu.abilist64=$TARGET_CPU_ABI_LIST_64_BIT"