Add build for OS Monitor 3.0.9.0 (54)

Although the APK build is successful, yet F-Droid fails on that error:
'Native code should have been built but none was packaged'
although: buildjni=no
This commit is contained in:
أحمد المحمودي (Ahmed El-Mahmoudy) 2014-03-30 22:25:58 +02:00
parent 2d90f2fac6
commit bfd436deaf

View file

@ -12,6 +12,8 @@ Description:
* Connection: display every tcp or udp network connection, and query it via WHOIS. There is an option to display the reverse-ip lookup map in OpenStreetMap.
* Misc: monitor processor, battery and file system.
* Message: check dmesg or logcat in real-time.
[https://github.com/eolwral/OSMonitor/blob/master/CHANGELOG.md Changelog]
.
Repo Type:git
@ -95,6 +97,20 @@ Build:3.0.8.2,53
mv libs/x86/osmcore assets/osmcore_x86
buildjni=no
Build:3.0.9.0,54
commit=3.0.9.0
subdir=OSMonitor
target=android-19
extlibs=android/android-support-v4.jar
srclibs=1:Support/v7/appcompat@android-4.4_r1.1,2:Volley@android-4.4_r1.2,3:ColorPicker-eolwral@788621da0c
prebuild=mv libs/android-support-v4.jar $$Support$$/libs/
build=$$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
buildjni=no
Maintainer Notes:
Could support additional CPU architectures and lose the scanignore by building
the stuff in /jni and moving the three outputs to /assets.