Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 13336e8

Browse files
committed
[[ Android ]] Add platform triple entries for android architectures armv7, arm64, x86, x86_64
1 parent aa2b5aa commit 13336e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
'x86-linux-debian8',
2727
'x86_64-linux-debian8',
2828
'armv6-android-api9',
29+
'armv7-android-api9',
30+
'arm64-android-api9',
31+
'x86-android-api9',
32+
'x86_64-android-api9',
2933
'universal-mac-macosx10.9', # Minimum deployment target
3034
'universal-ios-iphoneos11.4',
3135
'universal-ios-iphoneos11.2',

0 commit comments

Comments
 (0)