JniLibs
The C# definition of the jniLibs element in a gradle file.
Read time 2 minutesLast updated 12 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseBlock
- Implements: ICloneable
public sealed class JniLibs : BaseBlock, ICloneable
Remarks
For more information about the file, see Android's documentation: JniLibs
Constructors
Constructor | Description |
|---|---|
| JniLibs() | Element constructor. |
Properties
Property | Description |
|---|---|
| UseLegacyPackaging | Whether to use the legacy convention of compressing all .so files in the APK. If null, .so files will be uncompressed and page-aligned when minSdk >= 23. |