Fix resources
This commit is contained in:
parent
6300012d94
commit
82e804ec3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue