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

  /ndk/tests/build/multi-abi/jni/
Application.mk 1 APP_ABI := armeabi armeabi-v7a x86
  /development/ndk/samples/hello-neon/jni/
Application.mk 2 APP_ABI := armeabi armeabi-v7a
Android.mk 9 ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Application.mk 2 APP_ABI := armeabi armeabi-v7a
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
Application.mk 2 APP_ABI := armeabi armeabi-v7a
  /build/target/board/generic_armv5/
BoardConfig.mk 20 TARGET_CPU_ABI := armeabi
  /device/ti/panda/
BoardConfig.mk 25 TARGET_CPU_ABI := armeabi-v7a
26 TARGET_CPU_ABI2 := armeabi
  /external/quake/tools/
packagesharedlib 6 mkdir -p lib/armeabi
7 mv $OUT/system/lib/libquake.so lib/armeabi
  /device/samsung/tuna/
BoardConfig.mk 24 TARGET_CPU_ABI := armeabi-v7a
25 TARGET_CPU_ABI2 := armeabi
  /development/pdk/pndk/samples/samplejni/
Makefile 33 mkdir -p $(APK_STAGE)/lib/armeabi
34 cp $(JNI_LIBS) $(APK_STAGE)/lib/armeabi
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
config.mk 19 TOOLCHAIN_ABIS := armeabi armeabi-v7a
setup.mk 49 ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 4 # copy obj/local/armeabi/libfoo.so to jni/libfoo.so
  /build/target/board/generic/
BoardConfig.mk 22 TARGET_CPU_ABI := armeabi-v7a
23 TARGET_CPU_ABI2 := armeabi
  /external/v8/
Android.mksnapshot.mk 68 ifeq ($(TARGET_CPU_ABI),armeabi-v7a)
  /ndk/build/tools/
prebuilt-common.sh 750 ABI="armeabi"
843 armeabi|armeabi-v7a)
850 2> echo "ERROR: Unsupported ABI name: $1, use one of: armeabi, armeabi-v7a or x86"
  /ndk/tests/
run-tests.sh 41 ABI=armeabi
360 # Special case, if ABI is 'armeabi' or 'armeabi-v7a'
361 # we want to build both armeabi and armeabi-v7a machine code
362 # even if we will only run the armeabi test programs on the
366 armeabi|armeabi-v7a)
  /ndk/build/core/
setup-app.mk 48 # the default ABI for now is armeabi
49 NDK_APP_ABI := armeabi
add-application.mk 112 # Default ABI is 'armeabi'
113 APP_ABI := armeabi
build-binary.mk 158 ifneq ($(TARGET_ARCH_ABI),armeabi-v7a)
159 $(call __ndk_info,NEON support is only possible for armeabi-v7a ABI)
setup-toolchain.mk 35 # For now, this is enough to select armeabi-4.4.0 by default for ARM
  /ndk/sources/cxx-stl/stlport/
Android.mk 9 ifeq (,$(strip $(wildcard $(LOCAL_PATH)/libs/armeabi/libstlport_static.a)))
  /development/build/tools/
sdk_repo.mk 61 # to package SDK/extra/android/support or SDK/system-images/android-N/armeabi.

Completed in 1044 milliseconds