mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
✨ Rip armeabi-v7a
This commit is contained in:
@@ -103,6 +103,8 @@ class Parser(object):
|
|||||||
|
|
||||||
if self._PATCHES:
|
if self._PATCHES:
|
||||||
args.extend(self._PATCHES)
|
args.extend(self._PATCHES)
|
||||||
|
args.append("--rip-lib")
|
||||||
|
args.append("armeabi-v7a")
|
||||||
|
|
||||||
start = perf_counter()
|
start = perf_counter()
|
||||||
process = Popen(["java", *args], stdout=PIPE)
|
process = Popen(["java", *args], stdout=PIPE)
|
||||||
|
|||||||
Reference in New Issue
Block a user