Skip to content

Commit 3d0c00f

Browse files
Laserlichtkambala-decapitator
authored andcommitted
add Android x86_64 platform
1 parent c7c2bc8 commit 3d0c00f

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
os: ubuntu-latest
3737
conan_profile: android-64-ndk
3838
conan_system_libs: zlib
39+
- platform: android-x64
40+
os: ubuntu-latest
41+
conan_profile: android-x64-ndk
42+
conan_system_libs: zlib
3943
- platform: windows-x64
4044
os: windows-latest
4145
conan_profile: msvc-x64

conan_profiles/android-x64

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include(base/android)
2+
3+
[settings]
4+
arch=x86_64
5+
os.api_level=21

conan_profiles/android-x64-ndk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include(android-x64)
2+
include(base/android-ndk)

0 commit comments

Comments
 (0)