Skip to content

Commit b1c2dce

Browse files
committed
comment not supported archs for Android builds
1 parent a49bfb4 commit b1c2dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/serious_python/bin/package_command.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ const platforms = {
4141
},
4242
"Android": {
4343
"arm64-v8a": {"tag": "android-24-arm64-v8a", "mac_ver": ""},
44-
"armeabi-v7a": {"tag": "android-24-armeabi-v7a", "mac_ver": ""},
44+
// "armeabi-v7a": {"tag": "android-24-armeabi-v7a", "mac_ver": ""},
4545
"x86_64": {"tag": "android-24-x86_64", "mac_ver": ""},
46-
"x86": {"tag": "android-24-x86", "mac_ver": ""}
46+
// "x86": {"tag": "android-24-x86", "mac_ver": ""}
4747
},
4848
"Pyodide": {
4949
"": {"tag": "pyodide-2024.0-wasm32", "mac_ver": ""}

0 commit comments

Comments
 (0)