/ndk/build/tools/ |
build-gdbserver.sh | 18 # the Android NDK's prebuilt binaries. 24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>" 27 "Rebuild the gdbserver prebuilt binary for the Android NDK toolchain. 30 <ndk-dir> is the top-level NDK installation path and <toolchain> 35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver 99 # Check NDK installation directory 102 echo "ERROR: Missing NDK directory parameter. See --help for details." 107 echo "ERROR: NDK directory does not exist: $NDK_DIR" 111 log "Using NDK directory: $NDK_DIR [all...] |
prebuilt-common.sh | 15 echo "INTERNAL ERROR: Please define NDK_BUILDTOOLS_PATH to point to \$NDK/build/tools" 27 . $NDK_BUILDTOOLS_PATH/ndk-common.sh 618 check_sysroot $ANDROID_BUILD_TOP/prebuilts/ndk/current/platforms $SYSROOT_SUFFIX 620 check_sysroot `dirname $ANDROID_NDK_ROOT`/development/ndk/platforms $SYSROOT_SUFFIX 623 echo "ERROR: Could not find NDK sysroot path for $SYSROOT_SUFFIX." 883 CC=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-gcc.sh 884 CXX=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-g++.sh 1118 # Add -fpic, because MIPS NDK will need to link .a into .so. 1133 # Add -fpic, because MIPS NDK will need to link .a into .so. [all...] |
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/tests/build/short-commands/ |
build.sh | 149 $NDK/ndk-build -C "$PROGDIR" "$@"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkGdbLaunchDelegate.java | 17 package com.android.ide.eclipse.ndk.internal.launch; 42 import com.android.ide.eclipse.ndk.internal.NativeAbi; 43 import com.android.ide.eclipse.ndk.internal.NdkHelper; 44 import com.android.ide.eclipse.ndk.internal.NdkVariables; 80 "com.android.ide.eclipse.ndk.debug.LaunchConfigType"; //$NON-NLS-1$ 183 // ndk-gdb requires device > Froyo
|
/ndk/tests/ |
run-all.py | 17 """Runs all NDK tests. 46 import ndk namespace 175 os.environ['NDK'], 'toolchains', 'llvm', 'prebuilt', 176 ndk.get_host_tag(), 'bin', 'asan_device_setup') 272 if 'NDK' not in os.environ: 273 os.environ['NDK'] = os.path.dirname(os.getcwd()) 285 sys.exit('Error: Not run from a valid NDK.') 309 # ndk-build defaults, so we need to inform the build that we need PIE 321 adb.shell('rm -r /data/local/tmp/ndk-tests') 322 adb.shell('mkdir /data/local/tmp/ndk-tests' [all...] |
tests.py | 30 import ndk namespace 238 script = os.path.join(ndk.NDK_ROOT, 'build/awk', script_name) 279 awk_path = ndk.get_tool('awk') 448 rc, out = ndk.build(build_flags + args) 466 build_flags: Additional build flags that should be passed to ndk-build if 632 device_dir = posixpath.join('/data/local/tmp/ndk-tests', self.name)
|
/ndk/build/core/ |
build-local.mk | 16 # This file is designed to be called from the 'ndk-build' script 20 # Detect the NDK installation path by processing this Makefile's location. 36 # for the case when we're invoked from the NDK install path 40 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)') 43 $(info Android NDK: Your NDK installation path contains spaces.) 44 $(info Android NDK: Please re-install to a different location to fix the issue !) 60 # It turns out that some people use ndk-build to generate static 63 # If NDK_PROJECT_PATH=null, ndk-build make no attempt to look for it, but doe [all...] |
init.mk | 16 # Initialization of the NDK build system. This file is included by 49 $(error Android NDK: GNU Make version $(MAKE_VERSION) is too low (should be >= 3.81)) 52 $(info Android NDK: GNU Make version $(MAKE_VERSION) detected) 55 # NDK_ROOT *must* be defined and point to the root of the NDK installation 61 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)') 76 __ndk_name := Android NDK 105 # Arguments: 1: NDK root 125 # Arguments: 1: NDK root 133 # Arguments: 1: NDK root 308 # Check for NDK-specific versions of our host tool [all...] |
build-binary.mk | 49 # builds and other nasty surprises, because it doesn't tell ndk-build 257 # As a special extension, the NDK also supports the .neon extension suffix 342 # now remove PCH from LOCAL_SRC_FILES to prevent getting NDK warning about 615 $(call -ndk-mod-debug,module $(LOCAL_MODULE) [$(LOCAL_BUILT_MODULE)]) 616 $(call -ndk-mod-debug,. all_libs='$(all_libs)') 617 $(call -ndk-mod-debug,. shared_libs='$(shared_libs)') 618 $(call -ndk-mod-debug,. static_libs='$(static_libs)') 619 $(call -ndk-mod-debug,. whole_static_libs='$(whole_static_libs)') 626 $(call -ndk-mod-debug,. built_shared_libs='$(shared_libs)') 627 $(call -ndk-mod-debug,. built_static_libs='$(static_libs)' [all...] |
definitions.mk | 15 # Common definitions for the Android NDK build system 87 # ':' if ndk-build is called inside jni/ directory when path is expanded 531 # libraries, since it helps ndk-gdb. 719 module-get-all-dependencies = $(call -ndk-mod-get-closure,$1,module-get-depends) 737 $(call -ndk-mod-get-topological-depends,$1,-ndk-mod-link-deps)) 744 -ndk-mod-link-deps = \ [all...] |
add-application.mk | 17 # NDK build system, before performing any build whatsoever. 171 # with a call like: ndk-build APP_ABI=all 213 $(call __ndk_info,to a valid NDK build script.) 287 $(call ndk-stl-check,$(APP_STL))
|
setup-toolchain.mk | 213 $(call ndk-stl-select,$(NDK_APP_STL)) 219 $(call ndk-stl-add-dependencies,$(NDK_APP_STL))
|
/external/webrtc/webrtc/modules/audio_processing/ |
Android.mk | 123 libprotobuf-cpp-lite-ndk
|
/ndk/sources/cxx-stl/gnu-libstdc++/ |
build-gnu-libstdc++.sh | 18 # libstdc++ binaries from their sources. It requires an NDK installation 31 "Rebuild the prebuilt GNU libsupc++ / libstdc++ binaries for the Android NDK. 33 This script is called when packaging a new NDK release. It will simply 37 This requires a temporary NDK installation containing platforms and 41 By default, this will try with the current NDK directory, unless 42 you use the --ndk-dir=<path> option. 45 <ndk>/$GNUSTL_SUBDIR, but you can override this with the --out-dir=<path> 56 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build." 100 log "Auto-config: --ndk-dir=$NDK_DIR [all...] |
/external/opencv3/platforms/scripts/ |
ABI_compat_generator.py | 11 '/opt/android-ndk-r8c/platforms/android-8/arch-arm', # TODO: check if this one could be passed as command line arg 16 gcc_options = ['-fexceptions', '-frtti', '-Wno-psabi', '--sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm', '-fpic', '-D__ARM_ARCH_5__', '-D__ARM_ARCH_5T__', '-D__ARM_ARCH_5E__', '-D__ARM_ARCH_5TE__', '-fsigned-char', '-march=armv5te', '-mtune=xscale', '-msoft-float', '-fdata-sections', '-ffunction-sections', '-Wa,--noexecstack ', '-W', '-Wall', '-Werror=return-type', '-Werror=address', '-Werror=sequence-point', '-Wformat', '-Werror=format-security', '-Wmissing-declarations', '-Wundef', '-Winit-self', '-Wpointer-arith', '-Wshadow', '-Wsign-promo', '-Wno-narrowing', '-fdiagnostics-show-option', '-fomit-frame-pointer', '-mthumb', '-fomit-frame-pointer', '-O3', '-DNDEBUG ', '-DNDEBUG'] 206 parser.add_option('--ndk', dest='ndk', default='/opt/android-ndk-r8c', metavar="PATH", help='Android NDK path') 221 NDK_path = options.ndk 222 print 'Using Android NDK from "%s"' % NDK_path
|
/ndk/tests/standalone/ |
run.sh | 98 echo "Run a set of unit tests to check that a given Android NDK toolchain works" 106 echo " $PROGNAME --prefix=\$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi" 110 echo "The script will automatically use an NDK-provided sysroot, but you can specify an" 142 TMPDIR=/tmp/ndk-$USER/tests/standalone
|
/external/curl/docs/examples/ |
Makefile.netware | 10 # Edit the path below to point to the base of your Novell NDK. 139 # to avoid the __init_* / __deinit_* whoes dont use prelude from NDK 162 # to avoid the __init_* / __deinit_* whoes dont use prelude from NDK 169 NDK_ROOT = $(NDKBASE)/ndk
|
/external/google-breakpad/android/google_breakpad/ |
Android.mk | 30 # ndk-build module definition for the Google Breakpad client library 35 # or with through the NDK's import-module function.
|
/external/v8/build/android/ |
adb_gdb | 140 --ndk-dir=*) 259 You can also use --ndk-dir=<path> to specify an alternative NDK installation 329 --target-arch=<name> Specify NDK target arch. 400 if [ ! -f "$NDK_DIR/ndk-build" ]; then 401 panic "Not a valid NDK directory: $NDK_DIR" 474 # This returns an NDK-compatible architecture name. 475 # out: NDK Architecture name, or empty string. 496 # script prefers the NDK 'x86' name instead because it uses it to find 497 # NDK-specific files (host gdb) with it [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5 30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5 31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5 32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.5 33 abs_builddir= /tmp/ndk-andrewhsieh/buildhost/build-python-linux-x86-2.7.5 98 prefix= /tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86 157 CONFIG_ARGS= '--prefix=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86' '--build=x86_64-linux-gnu' '--host=i686-linux-gnu' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-linux-gnu' 'host_alias=i686-linux-gnu' 'CC=i686-linux-gnu-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS=' 198 PYTHON_FOR_BUILD=_PYTHON_PROJECT_BASE=$(abs_builddir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/lib/python2.7/lib-dynload:$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`:)$(srcdir)/Lib:$(srcdir)/Lib/plat-$(MACHDEP) /tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/bin/python2.7 [all...] |
/build/tools/droiddoc/templates-sdk/ |
docpage.cs | 10 if:ndk ?>ndk<?cs
|
/external/google-breakpad/android/ |
run-checks.sh | 71 --ndk-dir=*) NDK_DIR=$optarg;; 100 ANDROID_NDK_ROOT in your environment to point to a valid Android NDK 101 installation directory, or use the --ndk-dir=<path> option. 104 Android NDK build system (ndk-build). 156 --ndk-dir=<path> Specify NDK installation directory. 170 # Select NDK install directory. 174 --ndk-dir=<path>." 177 log "Found NDK directory: $NDK_DIR [all...] |
/frameworks/base/media/jni/soundpool/ |
SoundPool.cpp | 33 #include <ndk/NdkMediaCodec.h> 34 #include <ndk/NdkMediaExtractor.h> 35 #include <ndk/NdkMediaFormat.h> [all...] |
/system/media/camera/docs/ |
metadata_helpers.py | 131 def ndk(name): function 133 Return the NDK version of given name, which replace 140 A NDK version name string of the input name 875 NDK camera API C/C++ comment section, given a set of metadata 886 - All tag names converted to appropriate NDK tag name for each tag 889 "This is a comment for NDK\n" + 897 " * This is a comment for NDK\n" + 910 # NDK tag format of "ACAMERA_X_Y_Z" 913 return csym(ndk(node.name)) 924 text = text + '\n@see %s' % (csym(ndk(node.name)) [all...] |