mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update OS Monitor to 3.5.0.7 (90)
This commit is contained in:
parent
d1a46d29c5
commit
0bc92e9265
1 changed files with 14 additions and 0 deletions
|
|
@ -259,6 +259,20 @@ Build:3.5.0.6,89
|
||||||
mv libs/mips/osmcore_pie assets/osmcore_mips_pie && \
|
mv libs/mips/osmcore_pie assets/osmcore_mips_pie && \
|
||||||
mv libs/x86/osmcore_pie assets/osmcore_x86_pie
|
mv libs/x86/osmcore_pie assets/osmcore_x86_pie
|
||||||
|
|
||||||
|
Build:3.5.0.7,90
|
||||||
|
commit=740ca44d07c83cd13dd1208943849d02031d7c08
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
build=cd src/main && \
|
||||||
|
$$NDK$$/ndk-build -j4 && \
|
||||||
|
mv libs/armeabi/osmcore assets/osmcore_arm && \
|
||||||
|
mv libs/mips/osmcore assets/osmcore_mips && \
|
||||||
|
mv libs/x86/osmcore assets/osmcore_x86 && \
|
||||||
|
mv libs/armeabi/osmcore_pie assets/osmcore_arm_pie && \
|
||||||
|
mv libs/mips/osmcore_pie assets/osmcore_mips_pie && \
|
||||||
|
mv libs/x86/osmcore_pie assets/osmcore_x86_pie
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
ndkMove doesn't work for some reason, so build the native stuff and move it ourselves.
|
ndkMove doesn't work for some reason, so build the native stuff and move it ourselves.
|
||||||
.
|
.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue