Sign in
android
/
platform
/
ndk
/
refs/heads/gingerbread
/
.
/
tests
/
build
/
multi-module-path
/
build.sh
blob: f3cff712bded871f55a7607660f6fa736050bea7 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
echo
"\$0=$0"
cd
`dirname $0`
echo
"PWD=`pwd`"
export NDK_MODULE_PATH
=
`pwd`
/
path1
:
`pwd`
/
path2
../../../
ndk
-
build
if
[
$
?
!=
0
];
then
echo
"ERROR: Can't build test program!"
exit
1
fi