diff --git a/metadata/com.eolwral.osmonitor.txt b/metadata/com.eolwral.osmonitor.txt index d9da8cd5bf..8cd94a5b45 100644 --- a/metadata/com.eolwral.osmonitor.txt +++ b/metadata/com.eolwral.osmonitor.txt @@ -175,6 +175,23 @@ Build:3.3.1.1,71 mv libs/mips/osmcore assets/osmcore_mips && \ mv libs/x86/osmcore assets/osmcore_x86 +Build:3.4.0.0,73 + commit=54db6e8c7083cbd703feddbd1c080f8264aba59a + 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 + Maintainer Notes: Once jni builds properly and there is a new release out, do: