Lines Matching full:now
87 - Support for module exports: A module can now define a set of compiler or
129 Note that it is now deprecated and will be removed in a future NDK release.
142 The library is now also available as an import module, to simplify its
161 - The path to system headers is now included last in the compilation command
171 - make-release.sh: Now has an --out-dir=<path> option to specify the
175 - ndk-build will now properly escape arguments. This means that something
180 will now work correctly.
196 - Platform files are now under $NDK/platforms instead of $NDK/build/platforms
198 - Toolchain files are now under $NDK/toolchains instead of
201 - Release and debug objects are stored under two different directories now
224 - ndk-build: Make AndroidManifest.xml optional. Now the build scripts will try
261 - On Windows, Cygwin 1.7 or higher is now required. The NDK will not
262 work properly with Cygwin 1.5 which is now officially obsolete
276 'apps/<name>/project' to 'samples/<name>' and now must
294 More details about ABIs is now available in docs/CPU-ARCH-ABIS.html
340 - APP_MODULES in Application.mk is now optional. If not defined, the NDK
344 build. Note that the NDK now computes the transitive dependencies of these
345 modules for you now. See docs/APPLICATION-MK.html for details.
363 - the NDK build script now only parses the Application.mk and Android.mk of
402 (now returns int).
423 - GCC 4.4.0 is now used by default by the NDK. It generates better code than
455 - The NDK build script will now remove installed binaries from the application
501 - Remove bash-isms from build/tools/build-toolchain.sh. Now it's possible to
552 - The 'sources' directory is gone. The NDK build system now looks for
566 - LOCAL_CFLAGS is now used for *both* C and C++ sources (was only for C)
567 - LOCAL_CPPFLAGS is now used for C++ sources only (was for both C and C++)
597 Note that the ANDROID macro, is now deprecated. While it is still defined