HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_ARCH (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /packages/apps/Messaging/
version.mk 67 ifeq "$(TARGET_ARCH)" "arm"
73 else ifeq "$(TARGET_ARCH)" "arm64"
75 else ifeq "$(TARGET_ARCH)" "mips"
77 else ifeq "$(TARGET_ARCH)" "x86"
79 else ifeq "$(TARGET_ARCH)" "x86_64"
  /build/core/tasks/
cts.mk 185 $(TARGET_ARCH),libcore/expectations)
192 $(TARGET_ARCH),libcore/expectations)
199 $(TARGET_ARCH),libcore/expectations)
206 $(TARGET_ARCH),libcore/expectations)
213 $(TARGET_ARCH),libcore/expectations)
229 $(TARGET_ARCH),libcore/expectations)
236 $(TARGET_ARCH),libcore/expectations)
243 $(TARGET_ARCH),libcore/expectations)
250 $(TARGET_ARCH),libcore/expectations)
257 $(TARGET_ARCH),libcore/expectations
    [all...]
  /build/core/
install_jni_libs.mk 33 # For TARGET_ARCH
36 # The module is built for TARGET_ARCH
45 my_prebuilt_jni_libs := $(LOCAL_PREBUILT_JNI_LIBS_$(TARGET_ARCH))
executable.mk 2 # TARGET_ARCH and TARGET_2ND_ARCH.
3 # By default, an executable is built for TARGET_ARCH.
dex_preopt_libart.mk 47 ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),mips mips64))
  /bionic/benchmarks/
Android.mk 117 ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86 x86_64))
  /device/generic/arm64/
BoardConfig.mk 10 TARGET_ARCH := arm64
  /device/generic/x86_64/
BoardConfig.mk 10 TARGET_ARCH := x86_64
  /frameworks/av/media/libstagefright/rtsp/
Android.mk 30 ifeq ($(TARGET_ARCH),arm)
  /hardware/qcom/wlan/qcwcn/wcnss-service/
Android.mk 2 ifneq (,$(filter arm aarch64 arm64, $(TARGET_ARCH)))
  /external/compiler-rt/lib/ubsan/
Android.mk 46 ifeq ($(TARGET_ARCH),arm)
59 endif # ($(TARGET_ARCH),arm)
  /external/expat/
Android.mk 74 ifeq ($(TARGET_ARCH),arm)
93 ifeq ($(TARGET_ARCH),arm)
  /external/llvm/
shared_llvm.mk 104 ifeq (,$(filter $(TARGET_ARCH),$(LLVM_SUPPORTED_ARCH)))
105 $(warning TODO $(TARGET_ARCH): Enable llvm build)
  /external/llvm/tools/llc/
Android.mk 106 ifeq (,$(filter $(TARGET_ARCH),$(LLVM_SUPPORTED_ARCH)))
107 $(warning TODO $(TARGET_ARCH): Enable llc build)
  /external/zlib/
Android.mk 34 ifeq ($(TARGET_ARCH),arm)
49 ifeq ($(TARGET_ARCH),arm)
  /frameworks/base/cmds/app_process/
Android.mk 43 ifeq ($(TARGET_ARCH),arm)
76 endif # ifeq($(TARGET_ARCH),arm)
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
Android.mk 46 ifeq ($(TARGET_ARCH),arm)
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
Android.mk 42 ifeq ($(TARGET_ARCH),arm)
  /ndk/tests/device/test-cpufeatures/jni/
Android.mk 21 ifeq ($(TARGET_ARCH),arm)
34 ifeq ($(TARGET_ARCH),arm)
  /bionic/tests/libs/
Android.mk 36 ifneq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),mips mips64))
312 ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm64 x86 x86_64))
313 ifeq ($(TARGET_ARCH),arm64)
  /external/boringssl/
rules.mk 23 TARGET_ARCH := $(ARCH)
29 LOCAL_SRC_FILES_$(TARGET_ARCH) :=
31 LOCAL_CFLAGS_$(TARGET_ARCH) :=
  /build/core/combo/
TARGET_linux-arm64.mk 46 TARGET_ARCH_SPECIFIC_MAKEFILE := $(BUILD_COMBOS)/arch/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT).mk
145 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/uapi/asm-$(TARGET_ARCH)
TARGET_linux-x86_64.mk 38 TARGET_ARCH_SPECIFIC_MAKEFILE := $(BUILD_COMBOS)/arch/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT).mk
40 $(error Unknown $(TARGET_ARCH) architecture version: $(TARGET_ARCH_VARIANT))
  /build/target/board/generic_x86/
BoardConfig.mk 10 TARGET_ARCH := x86
  /build/target/board/generic_x86_64/
BoardConfig.mk 10 TARGET_ARCH := x86_64

Completed in 949 milliseconds

1 23 4 5 6