Option to build only arm64

This commit is contained in:
Nikhil Badyal
2022-10-18 22:22:30 +05:30
parent 5488f8d0d8
commit f217c514a7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -61,3 +61,4 @@ class RevancedConfig:
"BRANDING_PATCH",
"custom-branding-icon-blue" if self.build_extended else "custom-branding",
)
self.build_arm64_v8a_only = env.bool("BUILD_ARM64_V8A_ONLY", False)