Home
last modified time | relevance | path

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

/build/make/tools/
Dbuildinfo.sh42 echo "ro.product.cpu.abilist=$TARGET_CPU_ABI_LIST"
/build/make/core/
Dconfig.mk354 ifeq (,$(TARGET_CPU_ABI_LIST))
356 TARGET_CPU_ABI_LIST := $(TARGET_CPU_ABI_LIST_32_BIT) $(TARGET_CPU_ABI_LIST_64_BIT)
358 TARGET_CPU_ABI_LIST := $(TARGET_CPU_ABI_LIST_64_BIT) $(TARGET_CPU_ABI_LIST_32_BIT)
363 TARGET_CPU_ABI_LIST := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST)))
DMakefile294 TARGET_CPU_ABI_LIST="$(TARGET_CPU_ABI_LIST)" \