Skip to content

Commit

Permalink
Update flat build kernel by clang aosp android14.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wcedla committed Aug 20, 2024
1 parent 46b8378 commit 50deeb9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:

- name: Build kernel
run: |
cd $GITHUB_WORKSPACE/kernel_workspace/binutils/bin
ls
cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel
MAKE_ARGS="ARCH=arm64 SUBARCH=arm64 O=out CC=clang CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_ARM32=arm-linux-gnueabi- CLANG_TRIPLE=aarch64-linux-gnu-"
Expand Down

0 comments on commit 50deeb9

Please sign in to comment.