Skip to content

Commit a0cbc21

Browse files
committed
compiler: Update
1 parent 03fe0f6 commit a0cbc21

File tree

2 files changed

+4
-68
lines changed

2 files changed

+4
-68
lines changed

build.clang.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
# Copyright (C) 2018 Rama Bondan Prakoso (rama982)
55
# Android Kernel Build Script
66

7+
# Add Depedency
8+
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
9+
710
# Main environtment
811
KERNEL_DIR=$PWD
912
KERN_IMG=$KERNEL_DIR/out/arch/arm64/boot/Image.gz-dtb
1013
ZIP_DIR=$KERNEL_DIR/AnyKernel3
1114
CONFIG=silont_defconfig
1215
CROSS_COMPILE="aarch64-linux-android-"
1316
CROSS_COMPILE_ARM32="arm-linux-androideabi-"
14-
PATH=:"${KERNEL_DIR}/clang/clang-r383902c/bin:${PATH}:${KERNEL_DIR}/stock/bin:${PATH}:${KERNEL_DIR}/stock_32/bin:${PATH}"
17+
PATH=:"${KERNEL_DIR}/silont-clang/bin:${PATH}:${KERNEL_DIR}/stock/bin:${PATH}:${KERNEL_DIR}/stock_32/bin:${PATH}"
1518

1619
# Export
1720
export ARCH=arm64

silontbuild.sh

-67
This file was deleted.

0 commit comments

Comments
 (0)