| Index: third_party/ijar/ijar.cc
|
| diff --git a/third_party/ijar/ijar.cc b/third_party/ijar/ijar.cc
|
| index 1f1c7828790a91951e347958ed6ce31f18835291..5bbc13cd441d577ee99b5df0ea9ce716ac40ace5 100644
|
| --- a/third_party/ijar/ijar.cc
|
| +++ b/third_party/ijar/ijar.cc
|
| @@ -83,7 +83,7 @@ void JarStripperProcessor::Process(const char* filename, const u4 attr,
|
| u1* q = builder->NewFile(filename, 0);
|
| size_t out_length = buf - classdata_out;
|
| memcpy(q, classdata_out, out_length);
|
| - builder->FinishFile(out_length);
|
| + builder->FinishFile(out_length, false, true);
|
| free(classdata_out);
|
| }
|
|
|
|
|