Skip to content

Commit

Permalink
compiler: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MumetNgoding committed Aug 26, 2020
1 parent 03fe0f6 commit a0cbc21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 68 deletions.
5 changes: 4 additions & 1 deletion build.clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
# Copyright (C) 2018 Rama Bondan Prakoso (rama982)
# Android Kernel Build Script

# Add Depedency
apt-get -y install bc build-essential zip curl libstdc++6 git default-jre default-jdk wget nano python-is-python3 gcc clang libssl-dev rsync flex bison && pip3 install telegram-send

# Main environtment
KERNEL_DIR=$PWD
KERN_IMG=$KERNEL_DIR/out/arch/arm64/boot/Image.gz-dtb
ZIP_DIR=$KERNEL_DIR/AnyKernel3
CONFIG=silont_defconfig
CROSS_COMPILE="aarch64-linux-android-"
CROSS_COMPILE_ARM32="arm-linux-androideabi-"
PATH=:"${KERNEL_DIR}/clang/clang-r383902c/bin:${PATH}:${KERNEL_DIR}/stock/bin:${PATH}:${KERNEL_DIR}/stock_32/bin:${PATH}"
PATH=:"${KERNEL_DIR}/silont-clang/bin:${PATH}:${KERNEL_DIR}/stock/bin:${PATH}:${KERNEL_DIR}/stock_32/bin:${PATH}"

# Export
export ARCH=arm64
Expand Down
67 changes: 0 additions & 67 deletions silontbuild.sh

This file was deleted.

0 comments on commit a0cbc21

Please sign in to comment.