mirror of
https://github.com/android/ndk-samples
synced 2025-11-04 22:53:57 +08:00
Remove redundant dex packaging option (#943)
The correct option is jniLibs packaging option, but that's not needed because it's already the default for debug builds.
This commit is contained in:
@@ -66,11 +66,6 @@ android {
|
||||
viewBinding true
|
||||
}
|
||||
}
|
||||
androidComponents {
|
||||
onVariants(selector().withBuildType("asan"), {
|
||||
packaging.dex.useLegacyPackaging.set(true)
|
||||
})
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user