Lines Matching refs:to
8 to simplify building machine code.
17 Where $NDK points to your NDK installation path. You can also create an
18 alias or add $NDK to your PATH to avoid typing it every time.
24 All parameters to 'ndk-build' are passed directly to the underlying GNU Make
48 --> rebuild, using a specific Application.mk pointed to by
53 don't want to 'cd' to it in your terminal.
59 In NDK r5, ndk-build has been modified to make it easier to switch between
67 which is to inspect the AndroidManifest.xml, if any, and see if its
72 won't need to touch your AndroidManifest.xml file at all!
81 obj/local/<abi>/objs-debug). This avoids having to recompile all your sources
97 programs, etc) and they should function identically to their 32-bit counterparts.
104 You need GNU Make 3.81 or later to use 'ndk-build' or the NDK in general.
109 default 'make' command, define GNUMAKE in your environment to point to it
114 Or to make the change more permanent:
119 Adapt to your shell and GNU Make 3.81 installation location.
124 NDK_HOST_AWK=<path-to-awk>
126 NDK_HOST_ECHO=<path-to-echo>
128 NDK_HOST_CMP=<path-to-cmp>
135 to invoke the right NDK build script, it is equivalent to;
139 Where '$GNUMAKE' points to GNU Make 3.81 or later, and $NDK points to your
142 Use this knowledge if you want to invoke the NDK build script from other