Merge "Add riscv64 to the list of uapi architectures."

This commit is contained in:
Treehugger Robot 2022-09-30 23:21:16 +00:00 committed by Gerrit Code Review
commit ceed4b156f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ANDROID_KERNEL_REPO="https://android.googlesource.com/kernel/common/"
ANDROID_KERNEL_BRANCH="android-mainline"
KERNEL_DIR=""
KERNEL_DOWNLOAD=0
ARCH_LIST=("arm" "arm64" "x86")
ARCH_LIST=("arm" "arm64" "riscv" "x86")
ANDROID_KERNEL_DIR="external/kernel-headers/original"
SKIP_GENERATION=0
VERIFY_HEADERS_ONLY=0