From e8d6ba5544007c8cbe74ad6e3a13c8dcbb5d25fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Mon, 25 Aug 2014 12:09:26 +0300 Subject: [PATCH] Add build for OS Monitor 3.3.0.5 (69) --- 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 5049c63c73..8d8293e1bb 100644 --- a/metadata/com.eolwral.osmonitor.txt +++ b/metadata/com.eolwral.osmonitor.txt @@ -142,6 +142,21 @@ Build:3.3.0.3,67 mv libs/mips/osmcore assets/osmcore_mips && \ mv libs/x86/osmcore assets/osmcore_x86 +Build:3.3.0.5,69 + commit=b8c3b6b2878d783833571a176b045e0ab293ef25 + 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.