@@ -55,34 +55,23 @@ In short, to build an app for an OS, you should:
55
55
56
56
## About API_LEVEL branches
57
57
58
- This list the API_LEVEL branches with their purposed (corresponding OS) and state if they should still be patched or not (OS not “active” anymore).
59
- OS release candidates are only kept in the list when a corresponding OS release production might be released on the same API_LEVEL.
60
-
61
- | Name | Related OS | Active
62
- |---------|-------------------------------------------------------------------------------------------------------------------------------|-------------------
63
- | LNS | <br /> nanos_2.1.0 | :heavy_check_mark :
64
- | 1 | nanox_2.1.0 <br /> nanos+_ 1.1.0 | :x :
65
- | 2 | only rc releases | :x :
66
- | 3 | only rc releases | :x :
67
- | 4 | only rc releases | :x :
68
- | 5 | nanox_2.2.{0, 1, 2, 3} <br /> nanos+ 1.1.1 | :heavy_check_mark :
69
- | 6 | only rc releases | :x :
70
- | 7 / 7.1 | only rc releases | :x :
71
- | 7.2 | only rc releases<br /> (not compatible due <br /> to font update) | :x :
72
- | 8 | stax_1.0.0 | :x :
73
- | 9 | only rc releases | :x :
74
- | 10 | stax_1.1.0 | :x :
75
- | 11 | stax_1.2.0 <br /> stax_1.2.1 | :x :
76
- | 12 | nanox_2.3.0-rc2 <br /> nanos+_ 1.2.0-rc2 | :x :
77
- | 13 | stax_1.3.0 | :x :
78
- | 14 | only rc releases | :x :
79
- | 15 | stax_1.4.0 | :heavy_check_mark :
80
- | 16 | europa_0.1.0-re1 | :x :
81
- | 17 | europa_0.1.0-re2 | :x :
82
- | 18 | europa_0.1.0-re3 <br /> flex_0.2.0-rc1 <br /> flex_0.2.0-rc2 <br /> nanox_2.3.0-rc5 <br /> nanos+_ 1.2.0-rc5 <br /> nanos+_ 1.2.0 | :heavy_check_mark :
83
- | 19 | flex_1.0.0-rc1 <br /> flex_1.0.0-rc2 <br /> flex_1.0.0 <br /> flex_1.0.1 <br /> | :x :
84
- | 20 | stax_1.5.0-rc1 <br /> flex_1.1.0-rc1 | :x :
85
- | 21 | stax_1.5.0-rc2 <br /> flex_1.1.0-rc2 <br /> stax_1.5.0 <br /> flex_1.1.0 <br /> flex_1.1.1 <br /> | :heavy_check_mark :
58
+ This list the main API_LEVEL branches with their purposed (corresponding OS) and state if they should still be patched or not (OS not “active” anymore).
59
+
60
+ The full mapping of API_LEVEL branches, including OS release candidates, is available [ here] ( api_levels.json ) .
61
+
62
+ | Name | Related OS | Active |
63
+ | ---- | -------------------------------------------------- | ------------------ |
64
+ | LNS | <br /> nanos_2.1.0 | :heavy_check_mark : |
65
+ | 1 | nanox_2.1.0 <br /> nanos+_ 1.1.0 | :x : |
66
+ | 5 | nanox_2.2.{0, 1, 2, 3} <br /> nanos+ 1.1.1 | :heavy_check_mark : |
67
+ | 8 | stax_1.0.0 | :x : |
68
+ | 10 | stax_1.1.0 | :x : |
69
+ | 11 | stax_1.2.0 <br /> stax_1.2.1 | :x : |
70
+ | 13 | stax_1.3.0 | :x : |
71
+ | 15 | stax_1.4.0 | :x : |
72
+ | 18 | nanos+_ 1.2.0 | :heavy_check_mark : |
73
+ | 19 | flex_1.0.0 <br /> flex_1.0.1 <br /> | :x : |
74
+ | 21 | stax_1.5.0 <br /> flex_1.1.0 <br /> flex_1.1.1 <br /> | :heavy_check_mark : |
86
75
87
76
### Cherry-picking process:
88
77
0 commit comments