Bug 1302189 - [2.3] Prevent ProGuard from optimizing out native resource references. r=kats

This commit is contained in:
Eugen Sawin 2016-09-14 20:54:15 +02:00
Родитель c8d15524ab
Коммит 2b10d2359e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,7 @@ public class NativeZip implements NativeReference {
private static final int STORE = 0;
private volatile long mObj;
@JNITarget
private InputStream mInput;
public NativeZip(String path) {