Update OS Monitor to 3.4.0.8 (80)
This commit is contained in:
parent
c3f0310508
commit
bf5e4e1ffc
|
|
@ -195,6 +195,26 @@ Build:3.4.0.0,73
|
|||
mv libs/mips/osmcore_pie assets/osmcore_mips_pie && \
|
||||
mv libs/x86/osmcore_pie assets/osmcore_x86_pie
|
||||
|
||||
Build:3.4.0.8,80
|
||||
commit=64a437a9a27dc3d3fdf28b3784081f7b0f3efb36
|
||||
subdir=OSMonitor
|
||||
srclibs=1:Support/v7/appcompat@android-5.0.1_r1,2:Volley@android-5.0.1_r1,3:ColorPicker-eolwral@788621da0c
|
||||
rm=OSMonitor/jni/src/google/protobuf/testdata/golden*
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=mv libs/android-support-v4.jar $$Support$$/libs/ && \
|
||||
echo -e 'java.source=1.7\njava.target=1.7' > $$Support$$/ant.properties && \
|
||||
mv jni jni_
|
||||
target=android-21
|
||||
build=mv jni_ jni && \
|
||||
$$NDK$$/ndk-build && \
|
||||
mkdir -p assets && \
|
||||
mv libs/armeabi/osmcore assets/osmcore_arm && \
|
||||
mv libs/mips/osmcore assets/osmcore_mips && \
|
||||
mv libs/x86/osmcore assets/osmcore_x86 && \
|
||||
mv libs/armeabi/osmcore_pie assets/osmcore_arm_pie && \
|
||||
mv libs/mips/osmcore_pie assets/osmcore_mips_pie && \
|
||||
mv libs/x86/osmcore_pie assets/osmcore_x86_pie
|
||||
|
||||
Maintainer Notes:
|
||||
Once jni builds properly and there is a new release out, do:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue