HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_CPU_ABI_LIST_32_BIT (Results 1 - 3 of 3) sorted by null

  /build/tools/
buildinfo.sh 44 echo "ro.product.cpu.abilist32=$TARGET_CPU_ABI_LIST_32_BIT"
  /build/core/
config.mk 313 ifeq (,$(TARGET_CPU_ABI_LIST_32_BIT))
315 TARGET_CPU_ABI_LIST_32_BIT := $(TARGET_CPU_ABI) $(TARGET_CPU_ABI2)
320 TARGET_CPU_ABI_LIST_32_BIT := $(TARGET_2ND_CPU_ABI) $(TARGET_2ND_CPU_ABI2)
331 TARGET_CPU_ABI_LIST := $(TARGET_CPU_ABI_LIST_32_BIT) $(TARGET_CPU_ABI_LIST_64_BIT)
333 TARGET_CPU_ABI_LIST := $(TARGET_CPU_ABI_LIST_64_BIT) $(TARGET_CPU_ABI_LIST_32_BIT)
339 TARGET_CPU_ABI_LIST_32_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_32_BIT)))
    [all...]
Makefile 245 TARGET_CPU_ABI_LIST_32_BIT="$(TARGET_CPU_ABI_LIST_32_BIT)" \
    [all...]

Completed in 34 milliseconds