Will update vimtouch after PR is merged
See https://github.com/momodalo/vimtouch/pull/64
This commit is contained in:
parent
a8eb8377f9
commit
82f89e36c9
|
@ -30,6 +30,14 @@ Build Version:2.3,25,v2.3,buildjni=no,extlibs=android/android-support-v4.jar,pre
|
|||
mkdir -p libraries/aFileChooser/libs/ && mv libs/*-v4.jar libraries/aFileChooser/libs/ && \
|
||||
sed -i 's@$SDK@$$SDK$$@g' prepare-clean-checkout.sh && \
|
||||
sed -i 's/FileExplorer/aFileChooser/g' prepare-clean-checkout.sh && ./prepare-clean-checkout.sh
|
||||
Build Version:2.6-ARM,28,!doesn't build with r9, too many workarounds v2.6,\
|
||||
buildjni=no,update=no,\
|
||||
build=\
|
||||
export ANDROID_SDK_HOME=$$SDK$$ ANDROID_NDK_ROOT=$$NDK$$ && \
|
||||
declare -rx android_platform=android-18 && \
|
||||
sed -i 's_git@github.com:_git://github.com/_' prepare-clean-checkout.sh && \
|
||||
sed -i -e '29 i ant config' -e '/ant config/d' prepare-clean-checkout.sh && \
|
||||
./prepare-clean-checkout.sh
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
|
|
Loading…
Reference in a new issue