зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1302189 - [2.3] Prevent ProGuard from optimizing out native resource references. r=kats
This commit is contained in:
Родитель
c8d15524ab
Коммит
2b10d2359e
|
@ -17,6 +17,7 @@ public class NativeZip implements NativeReference {
|
||||||
private static final int STORE = 0;
|
private static final int STORE = 0;
|
||||||
|
|
||||||
private volatile long mObj;
|
private volatile long mObj;
|
||||||
|
@JNITarget
|
||||||
private InputStream mInput;
|
private InputStream mInput;
|
||||||
|
|
||||||
public NativeZip(String path) {
|
public NativeZip(String path) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче