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

  /device/samsung_slsi/arndale/
BoardConfig.mk 22 TARGET_CPU_VARIANT := cortex-a15
  /build/core/combo/arch/arm/
armv7-a-neon.mk 9 ifeq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
12 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a7)
  /bionic/libc/arch-arm/
arm.mk 31 ifeq ($(strip $(wildcard bionic/libc/arch-arm/$(TARGET_CPU_VARIANT)/$(TARGET_CPU_VARIANT).mk)),)
32 $(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
35 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
  /device/ti/panda/
BoardConfig.mk 34 TARGET_CPU_VARIANT := cortex-a9
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Android.mk 49 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a15)
  /frameworks/compile/libbcc/
libbcc-device-build.mk 47 ifneq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
Android.mk 66 ifneq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
135 ifneq ($(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/samsung/tuna/
BoardConfig.mk 33 TARGET_CPU_VARIANT := cortex-a9
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
Android.mk 106 ifneq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
  /build/core/
dumpvar.mk 101 $(info TARGET_CPU_VARIANT=$(TARGET_CPU_VARIANT))
product.mk 212 TARGET_CPU_VARIANT \
  /device/lge/mako/
BoardConfig.mk 24 TARGET_CPU_VARIANT := krait
  /build/target/board/generic/
BoardConfig.mk 23 TARGET_CPU_VARIANT := generic
  /device/asus/grouper/
BoardConfigCommon.mk 37 TARGET_CPU_VARIANT := cortex-a9
  /bionic/libc/
Android.mk 425 ifeq ($(strip $(TARGET_CPU_VARIANT)),)
426 $(warning TARGET_CPU_VARIANT is not defined)

Completed in 250 milliseconds