We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e5043 commit 1803bf7Copy full SHA for 1803bf7
porting/get-sources.rst
@@ -14,6 +14,10 @@ Make yourself a new directory to put your Halium source in::
14
15
This directory will be called BUILDDIR in the remaining part of the guide, when necessary, to avoid confusion.
16
17
+If the target device has Android 10.0 or LineageOS 18.1 support, it's recommended to select ``halium-10.0``::
18
+
19
+ repo init -u https://github.com/Halium/android -b halium-10.0 --depth=1
20
21
If the target device has Android 9.0 (Pie) or LineageOS 16.0 support, it's recommended to select ``halium-9.0``::
22
23
repo init -u https://github.com/Halium/android -b halium-9.0 --depth=1
0 commit comments