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

  /build/core/combo/arch/arm/
armv7-a-neon.mk 9 ifeq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
12 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a8)
15 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a7)
  /bionic/libc/arch-arm/
arm.mk 40 ifeq ($(strip $(wildcard bionic/libc/arch-arm/$(TARGET_CPU_VARIANT)/$(TARGET_CPU_VARIANT).mk)),)
41 $(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a7, cortex-a8, cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
44 include bionic/libc/arch-arm/$(TARGET_CPU_VARIANT)/$(TARGET_CPU_VARIANT).mk
  /device/generic/armv7-a-neon/
BoardConfig.mk 12 TARGET_CPU_VARIANT := cortex-a9
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Android.mk 49 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a15)
  /device/asus/flo/
BoardConfigCommon.mk 24 TARGET_CPU_VARIANT := krait
  /device/samsung/manta/
BoardConfig.mk 33 TARGET_CPU_VARIANT := cortex-a15
  /device/lge/hammerhead/
BoardConfig.mk 22 TARGET_CPU_VARIANT := krait
  /build/core/
dumpvar.mk 101 $(info TARGET_CPU_VARIANT=$(TARGET_CPU_VARIANT))
product.mk 215 TARGET_CPU_VARIANT \
  /device/lge/mako/
BoardConfig.mk 24 TARGET_CPU_VARIANT := krait
  /device/asus/grouper/
BoardConfigCommon.mk 37 TARGET_CPU_VARIANT := cortex-a9
  /build/target/board/generic/
BoardConfig.mk 23 TARGET_CPU_VARIANT := generic
  /bionic/libc/
Android.mk 457 ifeq ($(strip $(TARGET_CPU_VARIANT)),)
458 $(warning TARGET_CPU_VARIANT is not defined)

Completed in 1014 milliseconds