Fix resources
This commit is contained in:
parent
2cea1678cc
commit
2084fd699a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue