cpuinfo: update to 4.4.2

This commit is contained in:
Marcus Hoffmann 2020-09-01 12:17:39 +02:00
parent b0a00ecca3
commit 2a55293519
2 changed files with 21 additions and 2 deletions

View file

@ -68,9 +68,25 @@ Builds:
gradle:
- yes
- versionName: 4.4.2
versionCode: 40402
commit: 4.4.2
subdir: app
gradle:
- yes
srclibs:
- cpuinfo@63b254577ed77a8004a9be6ac707f3dccc4e1fd9
prebuild: sed -i -e "s/fileTree.*/'com.opencsv:opencsv:4.5'/" build.gradle
scandelete:
- external
- app/libs
build: for arch in x86 x86_64 armeabi-v7a arm64-v8a; do cp $$cpuinfo$$/obj/local/$arch/libcpuinfo.a
../external/cpuinfo/lib/$arch; done
ndk: r21d
MaintainerNotes: We can't use auto update because version code and name are dynamic.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 4.3.3
CurrentVersionCode: 40303
CurrentVersion: 4.4.2
CurrentVersionCode: 40402

3
srclibs/cpuinfo.yml Normal file
View file

@ -0,0 +1,3 @@
RepoType: git
Repo: https://github.com/pytorch/cpuinfo.git
Prepare: $$NDK$$/ndk-build