Fix resources

This commit is contained in:
Victor Shcherb 2013-02-20 22:48:13 +01:00
parent 6300012d94
commit 82e804ec3b

View file

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