We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
android
1 parent 2d20ba6 commit 32caec9Copy full SHA for 32caec9
config/pipeline.yaml
@@ -286,6 +286,9 @@ trees:
286
mediatek:
287
url: 'https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git'
288
289
+ android:
290
+ url: 'https://android.googlesource.com/kernel/common'
291
+
292
platforms:
293
294
docker:
@@ -593,3 +596,8 @@ build_configs:
593
596
tree: mediatek
594
597
branch: 'for-next'
595
598
variants: *build-variants
599
600
+ android_mainline:
601
+ tree: android
602
+ branch: 'android-mainline'
603
+ variants: *build-variants
0 commit comments