File tree 2 files changed +4
-68
lines changed
2 files changed +4
-68
lines changed Original file line number Diff line number Diff line change 4
4
# Copyright (C) 2018 Rama Bondan Prakoso (rama982)
5
5
# Android Kernel Build Script
6
6
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
+
7
10
# Main environtment
8
11
KERNEL_DIR=$PWD
9
12
KERN_IMG=$KERNEL_DIR /out/arch/arm64/boot/Image.gz-dtb
10
13
ZIP_DIR=$KERNEL_DIR /AnyKernel3
11
14
CONFIG=silont_defconfig
12
15
CROSS_COMPILE=" aarch64-linux-android-"
13
16
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} "
15
18
16
19
# Export
17
20
export ARCH=arm64
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments