mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
organicmaps: fix paths
This commit is contained in:
parent
aee1be6926
commit
96ec814d7c
1 changed files with 5 additions and 6 deletions
|
|
@ -1411,7 +1411,7 @@ Builds:
|
|||
- versionName: 2023.09.22-27-FDroid
|
||||
versionCode: 23092227
|
||||
commit: 3fc5d227ff7131a993c8fafc09b8fe3249d9a6ab
|
||||
subdir: android
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -1427,18 +1427,17 @@ Builds:
|
|||
- tools/shaders_compiler
|
||||
- xcode
|
||||
prebuild:
|
||||
- sed -i -e '/com.google.firebase/d; /com.google.gms/d; /com.google.android.gms/d'
|
||||
build.gradle
|
||||
- sed -i -e '/com.google.firebase/d; /gms/d' build.gradle
|
||||
- touch secure.properties
|
||||
- echo '<?xml version="1.0" encoding="utf-8"?><network-security-config/>' >
|
||||
res/xml/network_security_config.xml
|
||||
- cp ../private_default.h ../private.h
|
||||
src/main/res/xml/network_security_config.xml
|
||||
- cp ../../private_default.h ../../private.h
|
||||
scanignore:
|
||||
- data/*.bin
|
||||
scandelete:
|
||||
- 3party
|
||||
build:
|
||||
- cd ../3party/boost
|
||||
- cd ../../3party/boost
|
||||
- ./bootstrap.sh
|
||||
- ./b2 headers
|
||||
ndk: r25c
|
||||
|
|
|
|||
Loading…
Reference in a new issue