Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a

Change-Id: I741a12508a3a05e2e517e187a7f197e6a661eddb
main
Ken Wakasa 2013-06-26 18:06:53 +09:00
parent b1b21d4eea
commit 0053bc5832
1 changed files with 4 additions and 4 deletions

View File

@ -11,6 +11,6 @@
}
# Keep native methods
-keep class * {
-keepclassmembers class * {
native <methods>;
}