mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +00:00
update android.pro for compatibility with recent upstream code
This commit is contained in:
parent
c0c2b75be1
commit
56a0aea160
14
android.pro
14
android.pro
@ -20,6 +20,7 @@
|
||||
-keep class java.net.Inet6Address
|
||||
-keep class java.net.InetAddress
|
||||
-keep class java.net.InetSocketAddress
|
||||
-keep class java.net.InetUnixAddress
|
||||
-keep class java.util.zip.Inflater
|
||||
-keep class java.lang.Integer
|
||||
-keep class libcore.icu.LocaleData
|
||||
@ -37,7 +38,9 @@
|
||||
-keep class libcore.io.StructFlock
|
||||
-keep class libcore.io.StructGroupReq
|
||||
-keep class libcore.io.StructLinger
|
||||
-keep class libcore.io.StructPasswd
|
||||
-keep class libcore.io.StructPasswd {
|
||||
StructPasswd(java.lang.String, int, int, java.lang.String, java.lang.String);
|
||||
}
|
||||
-keep class libcore.io.StructPollfd
|
||||
-keep class libcore.io.StructStat {
|
||||
StructStat(long, long, int, long, int, int, long, long, long, long, long, long, long);
|
||||
@ -47,6 +50,7 @@
|
||||
-keep class libcore.io.StructUtsname {
|
||||
StructUtsname(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
|
||||
}
|
||||
-keep class libcore.io.StructUcred
|
||||
|
||||
# referenced from libcore native code
|
||||
|
||||
@ -54,6 +58,14 @@
|
||||
<fields>;
|
||||
}
|
||||
|
||||
-keep class org.conscrypt.OpenSSLBIOInputStream {
|
||||
<methods>;
|
||||
}
|
||||
|
||||
-keep class java.util.Calendar {
|
||||
void set(int, int, int, int, int, int);
|
||||
}
|
||||
|
||||
# called from the VM
|
||||
|
||||
-keep class java.lang.Thread {
|
||||
|
Loading…
Reference in New Issue
Block a user