forked from mt6893-development/android_kernel_oplus_mt6893
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.config.cupida
37 lines (32 loc) · 987 Bytes
/
build.config.cupida
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Define Building
BRANCH=android-4.19-stable
# Build Flags
ARCH=arm64
CC=clang
DEPMOD=depmod
LLVM=1
LLVM_IAS=1
# Compiler
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r383902/bin
LD_LIBRARY_PATH=prebuilts-master/clang/host/linux-x86/clang-r383902/lib64:$$LD_LIBRARY_PATH
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts-master/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin
LINUX_GCC_CROSS_COMPILE_ARM32_PREBUILTS_BIN=prebuilts-master/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin
CROSS_COMPILE=aarch64-linux-android-4.9-
CROSS_COMPILE_ARM32=arm-linux-androideabi-4.9-
CLANG_TRIPLE=aarch64-linux-gnu-
# Define Defconfig
DEFCONFIG=cupida_defconfig
KERNEL_DIR=kernel/realme/RMX3031
# Artifacts to be copied over for the prebuilt repo.
FILES="
arch/arm64/boot/Image
arch/arm64/boot/Image.gz
vmlinux
System.map
"
# Extras
STOP_SHIP_TRACEPRINTK=1
IN_KERNEL_MODULES=1
DO_NOT_STRIP_MODULES=1
SKIP_MRPROPER=1