forked from crdroidandroid/android_kernel_google_wahoo
-
Notifications
You must be signed in to change notification settings - Fork 0
24 lines (22 loc) · 767 Bytes
/
build.yml
File metadata and controls
24 lines (22 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Build crDroid 15.0 - Pixel 2 XL
on:
workflow_dispatch:
jobs:
build-kernel:
name: Build Kernel
runs-on: ubuntu-22.04
steps:
- name: Build
uses: dabao1955/kernel_build_action@main
with:
kernel-url: https://github.com/Flouzr/android_kernel_google_wahoo
kernel-branch: "15.0"
config: wahoo_defconfig
arch: arm64
aosp-gcc: false
other-gcc32-url: https://github.com/IDN-Labs/arm-linux-androideabi-4.9
other-gcc32-branch: "4.9.x"
other-gcc64-url: https://github.com/djb77/aarch64-linux-android-4.9
other-gcc64-branch: master
other-clang-url: "https://gitlab.com/kei-space/clang/r536225.git"
other-clang-branch: master