proguard: don't exclude native libraries when repackaging jna.jar (IDEA core code now accesses FileSystemUtil which uses JNA)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
!org/jdom/xpath/Jaxen*,
|
!org/jdom/xpath/Jaxen*,
|
||||||
!org/mozilla/javascript/xml/impl/xmlbeans/**,
|
!org/mozilla/javascript/xml/impl/xmlbeans/**,
|
||||||
!META-INF/maven**,
|
!META-INF/maven**,
|
||||||
**.class,**.properties,**.kt,**.kotlin_*,
|
**.class,**.properties,**.kt,**.kotlin_*,**.jnilib,**.so,**.dll,
|
||||||
META-INF/services/**,META-INF/native/**,META-INF/extensions/**,META-INF/MANIFEST.MF,
|
META-INF/services/**,META-INF/native/**,META-INF/extensions/**,META-INF/MANIFEST.MF,
|
||||||
messages/**)
|
messages/**)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user