Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
beryllium: Update v10.1
Browse files Browse the repository at this point in the history
* Initial version release (instead of date)
  • Loading branch information
GtrCraft committed Jan 13, 2020
1 parent 077cb00 commit bf72390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/beryllium_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_10"
CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_v10.1"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
Expand Down
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

#set -e

DATE_POSTFIX=$(date +"%Y%m%d")

## Copy this script inside the kernel directory
KERNEL_DIR=$PWD
CLANG_TOOLCHAIN=$ANDROIDDIR/kernel/prebuilts/clang-6032204/bin/clang-10
KERNEL_TOOLCHAIN=$ANDROIDDIR/kernel/prebuilts/aarch64-linux-android-4.9/bin/aarch64-linux-android-
ARM32_TOOLCHAIN=$ANDROIDDIR/kernel/prebuilts/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
KERNEL_DEFCONFIG=beryllium_defconfig
ANY_KERNEL3_DIR=$KERNEL_DIR/AnyKernel3/
FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_10-$DATE_POSTFIX.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v10.1.zip
# Speed up build process
MAKE="./makeparallel"

Expand Down

0 comments on commit bf72390

Please sign in to comment.