mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
Trying to fix android build
Trying a new breakpad.zip version
This commit is contained in:
parent
1a039ca504
commit
1ec03475dd
1 changed files with 5 additions and 5 deletions
|
@ -152,10 +152,10 @@ def packages = [
|
|||
],
|
||||
breakpad: [
|
||||
file: 'breakpad.zip',
|
||||
versionId: '8r5Dsw9pZqKKZquiM1zTWc7Rd8uOSQ1W',
|
||||
checksum: 'f96b02a6733871e6df2af40d5480afc1',
|
||||
sharedLibFolder: 'breakpad/lib',
|
||||
includeLibs: ['libbreakpad_client.a']
|
||||
versionId: '2OwvCCZrF171wnte5T44AnjTYFhhJsGJ',
|
||||
checksum: 'a46062a3167dfedd4fb4916136e204d2',
|
||||
sharedLibFolder: 'lib',
|
||||
includeLibs: ['libbreakpad_client.a','libbreakpad.a']
|
||||
]
|
||||
]
|
||||
|
||||
|
@ -624,4 +624,4 @@ task testElf (dependsOn: 'externalNativeBuildDebug') {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue