Skip to content

Commit 26778b2

Browse files
authored
Update Android x86 profile settings and API level
1 parent 180e8bc commit 26778b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conan_profiles/android-x86

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ include(base/android)
22

33
[settings]
44
arch=x86
5-
os.api_level=21
5+
os.api_level=24
66

77
[options]
88
# Workaround for linker error:
99
# "relocation R_386_32 cannot be used against local symbol; recompile with -fPIC"
1010
# Force mpg123 to build as shared to avoid non-PIC ASM objects on Android x86
1111
mpg123/*:shared=True
12+

0 commit comments

Comments
 (0)