JniLibsTestedApkPackaging

Added in 8.4.0-rc02

@Incubating
interface JniLibsTestedApkPackaging : JniLibsTestedComponentPackaging, JniLibsApkPackaging


Build-time properties for packaging native libraries (.so) inside a tested APK Component.

Summary

Inherited properties

From com.android.build.api.variant.JniLibsApkPackaging
Property<Boolean>

Whether to use the legacy convention of compressing all .so files in the APK.

Property<Boolean>

Whether to use the legacy convention of compressing all .so files when generating APKs from the app bundle.

From com.android.build.api.variant.JniLibsPackaging
SetProperty<String>

The set of excluded patterns.

SetProperty<String>

The set of patterns for native libraries that should not be stripped of debug symbols.

SetProperty<String>

The set of patterns for which the first occurrence is packaged in the APK.

From com.android.build.api.variant.JniLibsTestedComponentPackaging
SetProperty<String>

The set of test-only patterns.