forked from organicmaps/organicmaps
[android] Removed unused code to fix Github Runner failures
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
632a1b71af
commit
cd8c8c3da6
1 changed files with 0 additions and 11 deletions
|
@ -214,10 +214,7 @@ android {
|
|||
} else {
|
||||
java.srcDirs += 'flavors/firebase-disabled'
|
||||
}
|
||||
|
||||
// assets folder is auto-generated by tools/android/update_assets.sh, so we keep all static resources in separate folders.
|
||||
assets.srcDirs = ['assets']
|
||||
jniLibs.srcDirs = [android.getNdkDirectory().toString() + '/sources/third_party/vulkan/src/build-android/jniLibs']
|
||||
}
|
||||
|
||||
sourceSets.test {
|
||||
|
@ -401,14 +398,6 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
// Tasks needed to compile NDK part
|
||||
apply plugin: 'base'
|
||||
|
||||
project.ext.PARAM_PARALLEL_TASK_COUNT = '-j' + (Runtime.runtime.availableProcessors() + 1)
|
||||
project.ext.NDK_BUILD = android.getNdkDirectory().toString() + '/ndk-build'
|
||||
if (System.properties['os.name'].toLowerCase().contains('windows'))
|
||||
project.ext.NDK_BUILD += ".cmd"
|
||||
|
||||
android.buildTypes.all { buildType ->
|
||||
def suffix = applicationIdSuffix != null ? applicationIdSuffix : ""
|
||||
def authorityValue = android.defaultConfig.applicationId + suffix + ".provider"
|
||||
|
|
Loading…
Add table
Reference in a new issue