History log of /ndk/tests/build/ndk-out/build.sh
Revision Date Author Comments
1db67edad1bd1789479b1786d00176fc7b8c4228 08-May-2012 Pavel Chupin <pavel.v.chupin@intel.com> Fix ndk-out test to accept parameters

Otherwise ndk-out ignores parameters such as --abi.

Change-Id: I0fcc43dabab7bdbf847e753ede800fff709cc9f0
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
ff7cd04c9fb4fc916998f7b2735ef75b839cbef5 14-Feb-2012 David 'Digit' Turner <digit@google.com> Custom output directory support with NDK_OUT

This patch allows the use of the NDK_OUT environment variable
to specify a custom output directory for all intermediate
generated files (i.e. instead of $PROJECT_PATH/obj).

ndk-gdb will pick up the right location if the variable is
defined too. Note that final binaries are still placed under
$PROJECT_PATH/libs by default since the packaging scripts
expect them to be here.

This fixes http://code.google.com/p/android/issues/detail?id=25470

Change-Id: I50618df619c13f5208200f8d0902b8e4fe201de8