mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 21:56:26 +02:00
Merge branch 'breakpad_android' of https://github.com/gcalero/hifi into breakpad_android
This commit is contained in:
commit
61fb6004eb
1 changed files with 5 additions and 5 deletions
|
@ -152,10 +152,10 @@ def packages = [
|
||||||
],
|
],
|
||||||
breakpad: [
|
breakpad: [
|
||||||
file: 'breakpad.zip',
|
file: 'breakpad.zip',
|
||||||
versionId: '8r5Dsw9pZqKKZquiM1zTWc7Rd8uOSQ1W',
|
versionId: '2OwvCCZrF171wnte5T44AnjTYFhhJsGJ',
|
||||||
checksum: 'f96b02a6733871e6df2af40d5480afc1',
|
checksum: 'a46062a3167dfedd4fb4916136e204d2',
|
||||||
sharedLibFolder: 'breakpad/lib',
|
sharedLibFolder: 'lib',
|
||||||
includeLibs: ['libbreakpad_client.a']
|
includeLibs: ['libbreakpad_client.a','libbreakpad.a']
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -624,4 +624,4 @@ task testElf (dependsOn: 'externalNativeBuildDebug') {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue