mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Option to build only arm64
This commit is contained in:
@@ -61,3 +61,4 @@ class RevancedConfig:
|
|||||||
"BRANDING_PATCH",
|
"BRANDING_PATCH",
|
||||||
"custom-branding-icon-blue" if self.build_extended else "custom-branding",
|
"custom-branding-icon-blue" if self.build_extended else "custom-branding",
|
||||||
)
|
)
|
||||||
|
self.build_arm64_v8a_only = env.bool("BUILD_ARM64_V8A_ONLY", False)
|
||||||
|
|||||||
@@ -103,6 +103,7 @@ class Parser(object):
|
|||||||
|
|
||||||
if self._PATCHES:
|
if self._PATCHES:
|
||||||
args.extend(self._PATCHES)
|
args.extend(self._PATCHES)
|
||||||
|
if self.config.build_extended and self.config.build_arm64_v8a_only:
|
||||||
args.append("--rip-lib")
|
args.append("--rip-lib")
|
||||||
args.append("armeabi-v7a")
|
args.append("armeabi-v7a")
|
||||||
args.append("--rip-lib")
|
args.append("--rip-lib")
|
||||||
|
|||||||
Reference in New Issue
Block a user