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

  /ndk/tests/build/prebuild-stlport/jni/
Application.mk 1 # We want to build support for all ARM ABIs
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
  /ndk/tests/device/test-gabi++/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 6 # to determin ABIs. In this case FOO_PATH isn't set and doesn't matter.
  /ndk/build/core/
setup-app.mk 57 # If APP_ABI is 'all', then set it to all supported ABIs
86 # check the target ABIs for this application
97 # package an obsolete version of it. Or if you change the ABIs you're targetting,
add-platform.mk 18 # For each platform, determine the corresponding supported ABIs
setup-abi.mk 31 # more general filtering in the future when introducing other ABIs.
add-application.mk 143 # Check that the value of APP_ABI corresponds to known ABIs
144 # 'all' is a special case that means 'all supported ABIs'
init.mk 510 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain.
579 $(call ndk_log, This NDK supports the following target architectures and ABIS:)
581 $(call ndk_log, $(space)$(space)$(arch): $(NDK_ARCH.$(arch).abis))\
583 $(call ndk_log, This NDK supports the following toolchains and target ABIs:)
585 $(call ndk_log, $(space)$(space)$(tc): $(NDK_TOOLCHAIN.$(tc).abis))\
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 95 ; Certain ABIs, notably MS COFF and Darwin MACH-O, require that symbols
  /ndk/
ndk-gdb.py 559 log('ABIs targetted by application: %s' % (' '.join(APP_ABIS)))
581 # Both CPU_ABI1 and CPU_ABI2 may contain multiple comma-delimited abis.
584 log('Device CPU ABIs: %s' % (' '.join(CPU_ABIS)))
588 error('''The device does not support the application's targetted CPU ABIs!

Completed in 238 milliseconds