Rip armeabi-v7a

This commit is contained in:
Nikhil Badyal
2022-10-18 21:36:18 +05:30
parent b6535c66da
commit d78e989f9f
+2
View File
@@ -103,6 +103,8 @@ class Parser(object):
if self._PATCHES:
args.extend(self._PATCHES)
args.append("--rip-lib")
args.append("armeabi-v7a")
start = perf_counter()
process = Popen(["java", *args], stdout=PIPE)