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

12 3 4 5

  /ndk/tests/build/thin-archives/
build.sh 3 $NDK/ndk-build "$@"
  /external/openssl/
Crypto.mk 17 # in the NDK yet. This can be removed when a clang version that is fast enough
18 # in the NDK.
41 # in the NDK yet. This can be removed when a clang version that is fast enough
42 # in the NDK.
Ssl.mk 15 # in the NDK yet. This can be removed when a clang version that is fast enough
16 # in the NDK.
38 # in the NDK yet. This can be removed when a clang version that is fast enough
39 # in the NDK.
  /ndk/
ndk-build.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
find-win-host.cmd 12 echo ERROR: NDK path cannot contain any spaces!
  /ndk/tests/build/import-install/
build.sh 8 $NDK/ndk-build "$@"
  /external/scrypt/
Scrypt.mk 17 # in the NDK yet. This can be removed when a clang version that is fast enough
18 # in the NDK.
  /ndk/sources/android/cpufeatures/
Android.mk 12 else # NDK build system
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 37 # The following is for SDK/NDK pages
59 <?cs if:ndk ?>
67 # the following is for the NDK
76 <p>The Android NDK is a companion tool to the Android SDK that lets you build
86 using the Android framework APIs, you probably do not need the NDK. Read <a
87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
88 the NDK offers and whether it will be useful to you.
91 The NDK is designed for use <em>only</em> in conjunction with the
94 do so before downloading the NDK.
    [all...]
  /ndk/build/core/
main.mk 23 # Detect the NDK installation path by processing this Makefile's location.
29 # for the case when we're invoked from the NDK install path
36 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
103 The NDK could not find a proper application description under apps/*/Application.mk)
105 Please follow the instructions in docs/NDK-APPS.TXT to write one.)
definitions-tests.mk 15 # Definitions for the Android NDK build system's internal unit tests.
20 # to be an internal unit test. It will be run automatically by ndk-build
44 -ndk-test-start = \
52 -ndk-test-end = \
63 -ndk-test-log = $(info . $(_test_name): $1)
65 -ndk-test-log = $(empty)
69 $(call -ndk-test-log,expect '$2' == '$1')\
78 $(call -ndk-test-log,assert '$2' == '$1')\
89 ndk-run-all-tests = \
90 $(info ================= STARTING NDK-BUILD UNIT TESTS =================)
    [all...]
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.
28 # for the case when we're invoked from the NDK install path
32 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
35 $(info Android NDK: You NDK installation path contains spaces.)
36 $(info Android NDK: Please re-install to a different location to fix the issue !)
52 # It turns out that some people use ndk-build to generate static
136 $(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different location.
    [all...]
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 5 # when it Android.mk is included in make -f $NDK/build/core/build-local.mk DUMP_*
  /ndk/toolchains/llvm-3.2/
config.mk 16 # config file for the clang-3.2 toolchain for the Android NDK
  /ndk/toolchains/llvm-3.3/
config.mk 16 # config file for the clang-3.3 toolchain for the Android NDK
  /build/core/combo/arch/x86/
x86.mk 2 # base 'x86' platform ABI. This one must *strictly* match the NDK x86 ABI
11 # it cannot be compatible with the NDK x86 ABI. You should define a new
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 21 # is NOT part of the NDK and is not for use with the NDK build
36 $(TOPDIR)development/ndk/sources/android/native_app_glue
  /libnativehelper/
Android.mk 42 # NDK-only build for the target (device).
43 # - Relies only on NDK exposed functionality.
  /ndk/tests/build/topological-sort/jni/
Android.mk 1 # Used to check that ndk-build does a proper topological sort of
19 # With NDK r8b and earlier, the final link command for the executable
29 # With a NDK that implements correct topological dependency ordering,
  /ndk/tests/
run-tests.sh 17 # This shell script is used to run all NDK build tests in a row.
18 # "Build tests" are tests that check the building features of the NDK
22 # You need to define the NDK
32 . $NDK_BUILDTOOLS_PATH/ndk-common.sh
75 --ndk=*)
129 echo "Run NDK automated tests. Without any parameter, this will try to"
138 echo " --ndk=<path> Path to NDK to test [$ROOTDIR]"
139 echo " --package=<path> Path to NDK package to test"
151 echo "NOTE: You cannot use --ndk and --package at the same time.
    [all...]
  /external/libyuv/
Android.mk 2 # build it with the Android NDK.
  /external/srtp/
Android.mk 2 # build it with the Android NDK.
  /ndk/docs/tools/
ndk-markdown-substitutions.py 3 # A tiny Python script to perform substitutions in the NDK documentation
53 # d/NDK-BUILD
54 # -> [NDK-BUILD](NDK-BUILD.html)
58 add_filter_test("d/NDK-BUILD", "[NDK-BUILD](NDK-BUILD.html)")
59 add_filter_test("aa d/NDK-BUILD", "aa [NDK-BUILD](NDK-BUILD.html)"
    [all...]
  /ndk/toolchains/arm-linux-androideabi-4.6/
config.mk 16 # config file for the arm gcc-4.6 toolchain for the Android NDK
  /ndk/toolchains/arm-linux-androideabi-4.7/
config.mk 16 # config file for the arm gcc-4.7 toolchain for the Android NDK

Completed in 464 milliseconds

12 3 4 5