Fix resources
This commit is contained in:
parent
82195d6d76
commit
2cea1678cc
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ QTBASE_CONFIGURATION=\
|
|||
|
||||
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
|
||||
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
|
||||
export ANDROID_NDK_PLATFORM=android-8
|
||||
|
|
Loading…
Reference in a new issue