blob: aea0c812f254b5fd7e96d48665a6fddce8c02be0 [file] [log] [blame]
android {
packagingOptions {
jniLibs {
excludes += 'excludes1'
pickFirsts += ['pickFirsts1']
keepDebugSymbols += ['keepDebugSymbols1', 'keepDebugSymbols2']
}
}
}