Merge branch 'breakpad_android' of https://github.com/gcalero/hifi into breakpad_android

This commit is contained in:
Gabriel Calero 2018-06-14 19:44:39 -03:00
commit 61fb6004eb

View file

@ -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') {
}
}
}
*/
*/