Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuGeFaCai authored Aug 11, 2024
1 parent 47ef1d6 commit 4ed981d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CONFIG_ENV=config.env

KERNEL_SOURCE=https://github.com/engstk/op7.git
KERNEL_SOURCE_BRANCH=blu_spark-11
KERNEL_CONFIG=blu_spark_defconfig
KERNEL_SOURCE=https://github.com/OnePlusOSS/android_kernel_oneplus_msm8998.git
KERNEL_SOURCE_BRANCH=oneplus/QC8998_Q_10.0_Beta
KERNEL_CONFIG=msmcortex-perf_defconfig
KERNEL_IMAGE_NAME=Image
ARCH=arm64
ADD_LOCALVERSION_TO_FILENAME=false
Expand All @@ -18,8 +18,8 @@ CUSTOM_CLANG_BRANCH=
CUSTOM_CMDS:CLANG_TRIPLE=aarch64-linux-gnu-

## AOSP
CLANG_BRANCH=android11-release
CLANG_VERSION=r383902
CLANG_BRANCH=android10-release
CLANG_VERSION=r365631c

# GCC
ENABLE_GCC_ARM64=true
Expand Down

0 comments on commit 4ed981d

Please sign in to comment.