-
-
Notifications
You must be signed in to change notification settings - Fork 213
/
Copy pathbuild.profiles
87 lines (62 loc) · 2.04 KB
/
build.profiles
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# The cross platform build profiles, DO NOT MODIFY
# @hint means just for hint, not managed by axmol build system
#
# --- region platfom:common
# The axmol shader compiler, legacy name is 'glslcc' before axmol-2.3.0
axslcc=1.9.6+
# The cmake, @gradle @axmol-cmdline
# as latest as possible
cmake=3.30.0~3.31.5+
# The ninja
ninja=1.10.0~1.12.1+
# --- endregion
# --- region windows
# The nuget, since 5.6.0, requires .net 4.0
# DNT MODIFY
nuget=5.5.1.*
# The visual studio version, @axmol-cmdline @verify
vs=17.0+
# as stable and latest as possible, @axmol-cmdline @genbindings.ps1
llvm=17.0.6~19.1.6+
# --- endregion
# region platform:android
# The microsoft openjdk, @axmol-cmdline
jdk=17.0.10~17.0.13+
# The android cmdline-tools aka sdkmanager, as stable as possible
cmdline-tools=12.0
# The android ndk version
# as stable as possible @setup.ps1 @gradle @axmol-cmdline
# for android 15 16KB page size support, rquire ndk r23d/r25(available on ci.android.com) or r27+, refer:
# - https://developer.android.com/about/versions/15/behavior-changes-all#16-kb
# - https://developer.android.google.cn/about/versions/15/behavior-changes-all?hl=zh-cn#16-kb
# In China Mainland, please download from https://pan.baidu.com/s/1neJydxOGTT7aCQvLLwbicw?pwd=qqiq
# to $AX_ROOT/cache/, then run `setup.ps1 -p android`
ndk=r23d
# The android target sdk version, @gradle
# as latest as possible
target_sdk=35
# The android min sdk version, @gradle
# as min as possible
min_sdk=17
# The gradle version, @setup.ps1
# as latest as possible
gradle=8.11.1
# The android gradle plugin, @setup.ps1
# as stable as possible, match with build-tools,android-studio
agp=8.7.3
# The android build-tools, @axmol-cmdline @gradle
# as stable as possible, match with agp,android-studio
build-tools=34.0.0
# The android-studio, @hint
# as latest as possible, but match with agp, build-tools
android-studio=2024.2.1+
# The android dependencies managed by @gradle
appcompat=1.7.0
media3=1.2.1
annotation=1.9.1
guava=33.3.1
# --- endregion
# --- region platform:wasm
emsdk=3.1.73~4.0.3
# --- endregion