mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
And replace many references of ${ROOT_DIR}/common with ${ROOT_DIR}/${KERNEL_DIR}, which makes it a lot easier to branch off of ACK and update the KERNEL_DIR. The variable of KERNEL_DIR will be set in build/_setup_env.sh to the directory of the build config file by default if it's not set explicitly in the build config file or in environment. Test: build test with following configs common/build.config.cuttlefish.aarch64 Bug: 162785964 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I5da16e14cf79275622c03daca5c9e9b3e630e948
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
BRANCH=android-4.14
|
|
|
|
CC=clang
|
|
LD=ld.lld
|
|
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r383902/bin
|
|
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
|
|
|
|
EXTRA_CMDS=''
|
|
STOP_SHIP_TRACEPRINTK=1
|