Package the js directory

This commit is contained in:
folecr 2012-08-27 11:33:43 -07:00
parent d4948939b6
commit 421d60e4f2
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@ if [ -f "$file" ]; then
fi
done
# copy js
if [ -d "$APP_ROOT/js" ]; then
cp -rf "$APP_ROOT/js" "$APP_ANDROID_ROOT"/assets
fi
if [[ "$buildexternalsfromsource" ]]; then
echo "Building external dependencies from source"
"$NDK_ROOT"/ndk-build -C "$APP_ANDROID_ROOT" $* \