Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-dsl
/
testData
/
parser
/
jniLibsModel
/
parse.gradle
blob: 2cf5f6f6daca4fd4ec34f73cf3d95068d136f4cd [
file
] [
log
] [
blame
]
android
{
packagingOptions
{
jniLibs
{
useLegacyPackaging
true
excludes
+=
'foo'
pickFirsts
+=
[
'bar'
,
'baz'
]
keepDebugSymbols
+=
'a'
keepDebugSymbols
+=
'b'
keepDebugSymbols
+=
'c'
}
}
}