com.eolwral.osmonitor: WIP updating
This commit is contained in:
parent
51b0ad6c36
commit
d349ae3d97
|
@ -13,7 +13,8 @@ Description:
|
|||
* Misc: monitor processor, battery and file system.
|
||||
* Message: check dmesg or logcat in real-time.
|
||||
|
||||
[https://github.com/eolwral/OSMonitor/blob/HEAD/CHANGELOG.md Changelog]
|
||||
[https://github.com/eolwral/OSMonitor/blob/HEAD/README.md#change-log Changelog] , [https://github.com/eolwral/OSMonitor/blob/HEAD/CHANGELOG.md Changelog (Old releases)]
|
||||
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -157,6 +158,17 @@ Build:3.3.0.5,69
|
|||
mv libs/mips/osmcore assets/osmcore_mips && \
|
||||
mv libs/x86/osmcore assets/osmcore_x86
|
||||
|
||||
Build:3.3.1.1,71
|
||||
disable=WIP, dex issues while building
|
||||
commit=2c025bfbe7e9624849ecc5aefac0fe20363f2e8c
|
||||
subdir=OSMonitor
|
||||
srclibs=1:Support/v7/appcompat@android-5.0.2_r1,2:Volley@android-5.0.2_r1,3:ColorPicker-eolwral@788621da0c
|
||||
prebuild=cp $$SDK$$/extras/android/support/v4/android-support-v4.jar $$Support$$/libs/ && \
|
||||
echo -e 'java.source=1.7\njava.target=1.7' > $$Support$$/ant.properties && \
|
||||
cp $$SDK$$/extras/android/support/annotations/android-support-annotations.jar $$Support$$/libs/
|
||||
buildjni=yes
|
||||
target=android-21
|
||||
|
||||
Maintainer Notes:
|
||||
Could support additional CPU architectures and lose the scanignore by building
|
||||
the stuff in /jni and moving the three outputs to /assets.
|
||||
|
|
Loading…
Reference in a new issue