-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·32 lines (27 loc) · 1.17 KB
/
build.sh
File metadata and controls
executable file
·32 lines (27 loc) · 1.17 KB
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
#!/bin/bash
export TARGET_BOARD_PLATFORM=taro
export TARGET_BUILD_VARIANT=user
export ANDROID_BUILD_TOP=$(pwd)
export ANDROID_PRODUCT_OUT=${ANDROID_BUILD_TOP}/out/target/product/${TARGET_BOARD_PLATFORM}
export OUT_DIR=${ANDROID_BUILD_TOP}/out/msm-kernel-${TARGET_BOARD_PLATFORM}
export EXT_MODULES="
../vendor/qcom/opensource/mmrm-driver
../vendor/qcom/opensource/audio-kernel
../vendor/qcom/opensource/camera-kernel
../vendor/qcom/opensource/cvp-kernel
../vendor/qcom/opensource/dataipa/drivers/platform/msm
../vendor/qcom/opensource/datarmnet/core
../vendor/qcom/opensource/datarmnet-ext/aps
../vendor/qcom/opensource/datarmnet-ext/offload
../vendor/qcom/opensource/datarmnet-ext/shs
../vendor/qcom/opensource/datarmnet-ext/perf
../vendor/qcom/opensource/datarmnet-ext/perf_tether
../vendor/qcom/opensource/datarmnet-ext/sch
../vendor/qcom/opensource/datarmnet-ext/wlan
../vendor/qcom/opensource/display-drivers/msm
../vendor/qcom/opensource/eva-kernel
../vendor/qcom/opensource/video-driver
../vendor/qcom/opensource/wlan/qcacld-3.0/.qca6490
"
export LTO=full
RECOMPILE_KERNEL=1 ./kernel_platform/build/android/prepare_vendor.sh ${TARGET_BOARD_PLATFORM} gki