Fix resources

This commit is contained in:
Victor Shcherb 2013-02-20 22:51:37 +01:00
parent 2cea1678cc
commit 2084fd699a

View file

@ -30,9 +30,8 @@ QTBASE_CONFIGURATION=\
"-c++11 -shared -release "\
"-v"
echo "PReTEST $SRCLOC/upstream.patched.armeabi"
if [ -n "$BUILD_ALL" ] || [ -n "$OSMAND_ARM_ONLY" ] || [ -n "$OSMAND_ARMv5_ONLY" ]; then
echo "!TEST $SRCLOC/upstream.patched.armeabi"
if [ ! -d "$SRCLOC/upstream.patched.armeabi" ]; then
cp -rf "$SRCLOC/upstream.patched" "$SRCLOC/upstream.patched.armeabi"
export ANDROID_TARGET_ARCH=armeabi