Skip to content

Commit 32caec9

Browse files
author
Helen Koike
committed
config/pipeline: enable android tree and build configs
Monitor linux `android` tree. Add build configs for `android-mainline` branch. Signed-off-by: Helen Koike <[email protected]>
1 parent 2d20ba6 commit 32caec9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/pipeline.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ trees:
286286
mediatek:
287287
url: 'https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git'
288288

289+
android:
290+
url: 'https://android.googlesource.com/kernel/common'
291+
289292
platforms:
290293

291294
docker:
@@ -593,3 +596,8 @@ build_configs:
593596
tree: mediatek
594597
branch: 'for-next'
595598
variants: *build-variants
599+
600+
android_mainline:
601+
tree: android
602+
branch: 'android-mainline'
603+
variants: *build-variants

0 commit comments

Comments
 (0)