Properly set abiList with config.prop for APK

This commit is contained in:
topjohnwu
2025-12-16 02:38:27 -08:00
parent 01cb75eaef
commit 0bbc736051
2 changed files with 19 additions and 4 deletions
+1
View File
@@ -406,6 +406,7 @@ def build_apk(module: str):
gradlew,
f"{module}:assemble{build_type}",
f"-PconfigPath={props}",
f"-PabiList={','.join(build_abis.keys())}",
],
env=env,
)