From 799110f1c5ffb1451bdc027a0eecdf86489f1737 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Thu, 21 Aug 2014 13:07:16 +0200 Subject: [PATCH] Update OS Monitor to 3.3.0.3 (67) --- metadata/com.eolwral.osmonitor.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/metadata/com.eolwral.osmonitor.txt b/metadata/com.eolwral.osmonitor.txt index 88ca0865f0..f2f0dcf52e 100644 --- a/metadata/com.eolwral.osmonitor.txt +++ b/metadata/com.eolwral.osmonitor.txt @@ -127,6 +127,21 @@ Build:3.3.0.2,66 mv libs/mips/osmcore assets/osmcore_mips && \ mv libs/x86/osmcore assets/osmcore_x86 +Build:3.3.0.3,67 + commit=1370e50a003c3d8d22d7055098022c84091bfec1 + subdir=OSMonitor + srclibs=1:Support/v7/appcompat@android-4.4_r1.1,2:Volley@android-4.4_r1.2,3:ColorPicker-eolwral@788621da0c + extlibs=android/android-support-v4.jar + prebuild=mv libs/android-support-v4.jar $$Support$$/libs/ && \ + mv jni jni_ + target=android-19 + 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: Could support additional CPU architectures and lose the scanignore by building the stuff in /jni and moving the three outputs to /assets.