mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update OS Monitor to 3.4.0.0 (73)
This commit is contained in:
parent
ada3a52d62
commit
453290345f
1 changed files with 17 additions and 0 deletions
|
|
@ -175,6 +175,23 @@ Build:3.3.1.1,71
|
||||||
mv libs/mips/osmcore assets/osmcore_mips && \
|
mv libs/mips/osmcore assets/osmcore_mips && \
|
||||||
mv libs/x86/osmcore assets/osmcore_x86
|
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:
|
Maintainer Notes:
|
||||||
Once jni builds properly and there is a new release out, do:
|
Once jni builds properly and there is a new release out, do:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue