/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.4/ |
gradle-0.13.4.jar | |
/ndk/build/tools/ |
ndk-common.sh | 17 # in the Android NDK (Native Development Kit) 24 export TMPDIR=/tmp/ndk-$USER 32 # Find the Android NDK root, assuming we are invoked from a script 39 # Try to auto-detect the NDK root by walking up the directory 54 # Put location of Android NDK into ANDROID_NDK_ROOT and 61 echo "Android NDK installation." 68 echo "ERROR: The Android NDK installation path contains a space !" 79 if [ ! -f $ANDROID_NDK_ROOT/build/tools/ndk-common.sh ] ; then 80 echo "ERROR: Your ANDROID_NDK_ROOT does not contain a valid NDK build system." 112 NDK_LOGFILE=$TMPDIR/ndk-log-$$.tx [all...] |
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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkDebuggerTab.java | 17 package com.android.ide.eclipse.ndk.internal.launch; 19 import com.android.ide.eclipse.ndk.internal.NdkHelper; 20 import com.android.ide.eclipse.ndk.internal.NdkManager;
|
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
|
/build/core/ |
pathmap.mk | 52 mediandk:frameworks/av/media/ndk/ \
|
/ndk/tests/build/short-commands/ |
build.sh | 149 $NDK/ndk-build -C "$PROGDIR" "$@"
|
/ndk/tests/ |
run-all.py | 17 """Runs all NDK tests. 46 import ndk 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 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...] |
/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...] |
/build/soong/cc/ |
stl.go | 24 // "stlport", "stlport_static", "ndk", "libstdc++", or "none". Leave blank to select the 112 // TODO: Make a system STL prebuilt for the NDK. 157 ndkSrcRoot := common.PathForSource(ctx, "prebuilts/ndk/current/sources/cxx-stl/system/include")
|
cc.go | 151 // This is used by non-NDK modules to get jni.h. export_include_dirs doesn't help 386 // Minimum sdk version supported when compiling against the ndk [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/curl/lib/ |
Makefile.netware | 10 # Edit the path below to point to the base of your Novell NDK. 147 # to avoid the __init_* / __deinit_* whoes dont use prelude from NDK 173 # to avoid the __init_* / __deinit_* whoes dont use prelude from NDK 180 NDK_ROOT = $(NDKBASE)/ndk
|
/external/curl/src/ |
Makefile.netware | 10 # Edit the path below to point to the base of your Novell NDK. 159 # to avoid the __init_* / __deinit_* whoes dont use prelude from NDK 182 # to avoid the __init_* / __deinit_* whoes dont use prelude from NDK 189 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.
|