diff --git a/metadata/com.eolwral.osmonitor.txt b/metadata/com.eolwral.osmonitor.txt index c54ea94aac..fdac2e5248 100644 --- a/metadata/com.eolwral.osmonitor.txt +++ b/metadata/com.eolwral.osmonitor.txt @@ -247,12 +247,23 @@ Build:3.4.1.0,82 mv libs/mips/osmcore_pie assets/osmcore_mips_pie && \ mv libs/x86/osmcore_pie assets/osmcore_x86_pie -Build:3.5.0.5,88 - disable=remove apk - commit=acf3835621e797d3202ef53574d7ad416770168e +Build:3.5.0.6,89 + commit=294e28d610fdcf61b721d7d5b242eaf21b9c2554 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: +ndkMove doesn't work for some reason, so build the native stuff and move it ourselves. +. Auto Update Mode:None Update Check Mode:RepoManifest