HomeSort by relevance Sort by last modified time
    Searched refs:NDK (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /ndk/build/core/
build-all.mk 17 # This script is used to build all wanted NDK binaries. It is included
add-application.mk 17 # NDK build system, before performing any build whatsoever.
148 # with a call like: ndk-build APP_ABI=all
185 $(call __ndk_info,to a valid NDK build script.)
254 $(call ndk-stl-check,$(APP_STL))
setup-toolchain.mk 109 # Define the root path of the toolchain in the NDK tree.
179 $(call ndk-stl-select,$(NDK_APP_STL))
185 $(call ndk-stl-add-dependencies,$(NDK_APP_STL))
definitions.mk 15 # Common definitions for the Android NDK build system
84 # ':' if ndk-build is called inside jni/ directory when path is expanded
517 # libraries, since it helps ndk-gdb.
705 module-get-all-dependencies = $(call -ndk-mod-get-closure,$1,module-get-depends)
723 $(call -ndk-mod-get-topological-depends,$1,-ndk-mod-link-deps))
730 -ndk-mod-link-deps = \
    [all...]
build-binary.mk 49 # builds and other nasty surprises, because it doesn't tell ndk-build
235 # As a special extension, the NDK also supports the .neon extension suffix
485 $(call -ndk-mod-debug,module $(LOCAL_MODULE) [$(LOCAL_BUILT_MODULE)])
486 $(call -ndk-mod-debug,. all_libs='$(all_libs)')
487 $(call -ndk-mod-debug,. shared_libs='$(shared_libs)')
488 $(call -ndk-mod-debug,. static_libs='$(static_libs)')
489 $(call -ndk-mod-debug,. whole_static_libs='$(whole_static_libs)')
496 $(call -ndk-mod-debug,. built_shared_libs='$(shared_libs)')
497 $(call -ndk-mod-debug,. built_static_libs='$(static_libs)')
498 $(call -ndk-mod-debug,. built_whole_static_libs='$(whole_static_libs)'
    [all...]
  /build/core/combo/
TARGET_linux-x86.mk 245 # Special check for x86 NDK ABI compatibility.
247 # *only* if the platform image is compatible with the NDK x86 ABI.
253 $(info ERROR: Your x86 platform image is not compatible with the NDK x86 ABI)
  /ndk/build/tools/
dev-system-import.sh 50 "This script is used to update the NDK's platform headers and system libraries
52 modifying and rebuilding one of the public libraries exposed through the NDK.
55 NDK definitions for the 'android-9' platform, use one of:
75 same functions and variables. These can be used with the NDK at link
77 linker flags when used with the standalone NDK toolchain
88 By default, all files are placed under \$ANDROID/development/ndk
92 only the files under \$ANDROID_ROOT/development/ndk/platforms/android-<level>/
103 DEVDIR="$ANDROID_NDK_ROOT/../development/ndk"
228 dump "ERROR: Could not find valid output directory (e.g. \$NDK/../development/ndk).
    [all...]
  /ndk/
ndk-gdb 19 # on a given NDK application. The application must be debuggable, i.e.
23 # See docs/NDK-GDB.TXT for usage description. Essentially, you just
24 # need to launch ndk-gdb from your application project directory
25 # after doing ndk-build && ant install && <start-application-on-device>
30 # Check if absolute NDK path contain space
33 *\ *) echo "ERROR: NDK path cannot contain space"
38 . $PROGDIR/build/tools/ndk-common.sh
162 # ./ndk-gdb --project=/path/to/project
288 echo "Setup a gdb debugging session for your Android NDK application."
289 echo "Read $$NDK/docs/NDK-GDB.TXT for complete usage instructions.
    [all...]
  /external/ceres-solver/
Android.mk 79 # On Android NDK 8b, GCC gives spurrious warnings about ABI incompatibility for
  /external/ceres-solver/jni/
Android.mk 42 # EIGEN_PATH=/home/keir/src/eigen-3.0.5 ndk-build -j
50 # only to force ndk-build to build the shared library. This shouldn't be
51 # necessary, but if it is missing, then ndk-build will do nothing when asked to
110 # On Android NDK 8b, GCC gives spurrious warnings about ABI incompatibility for
  /external/chromium_org/build/android/
adb_gdb 135 --ndk-dir=*)
253 also use --ndk-dir=<path> to specify an alternative NDK installation
322 --target-arch=<name> Specify NDK target arch.
346 panic "Can't find NDK directory, please source \
353 if [ ! -f "$NDK_DIR/ndk-build" ]; then
354 panic "Not a valid NDK directory: $NDK_DIR"
364 # This returns an NDK-compatible architecture name.
365 # out: NDK Architecture name, or empty string.
383 # script prefers the NDK 'x86' name instead because it uses it to fin
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 271 is to use the NDK's dedicated script to do it, e.g.:
273 \$NDK/build/tools/download-toolchain-sources.sh /tmp/toolchain-src
279 Alternatively, you can use --ndk-dir=<path> to specify the location of
280 your NDK directory, and this script will directly download the toolchain
304 echo " --ndk-dir=PATH Path to NDK (used to download toolchain sources)."
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/android/
Android.mk 2 # Bullet Continuous Collision Detection and Physics Library for Android NDK
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 1547 milliseconds

1 2 3 45