-
Notifications
You must be signed in to change notification settings - Fork 7
/
build.config.bluejay
72 lines (65 loc) · 2.48 KB
/
build.config.bluejay
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
KERNEL_DIR=private/gs-google
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.gs101
VENDOR_RAMDISK_BINARY=${ROOT_DIR}/private/devices/google/bluejay/vendor_ramdisk-bluejay.img
MAKE_GOALS="$MAKE_GOALS
modules
google/devices/bluejay/google-base/gs101-a0.dtb
google/devices/bluejay/google-base/gs101-b0.dtb
google/devices/bluejay/gs101-bluejay-dev.dtb
google/devices/bluejay/gs101-bluejay-proto1_0.dtb
google/devices/bluejay/gs101-bluejay-proto1_1.dtb
google/devices/bluejay/gs101-bluejay-evt1_0.dtb
google/devices/bluejay/gs101-bluejay-evt1_1.dtb
google/devices/bluejay/gs101-bluejay-evt1_2.dtb
google/devices/bluejay/gs101-bluejay-dvt1_0.dtb
google/devices/bluejay/gs101-bluejay-dvt1_1.dtb
google/devices/bluejay/gs101-bluejay-pvt1_0.dtb
google/devices/bluejay/gs101-bluejay-mp1_0.dtb
google/devices/bluejay/dtbo.img
google/devices/bluejay/google-base/gs101-dpm-eng.dtbo
google/devices/bluejay/google-base/gs101-dpm-user.dtbo
"
FILES="
arch/arm64/boot/dts/google/devices/bluejay/google-base/gs101-a0.dtb
arch/arm64/boot/dts/google/devices/bluejay/google-base/gs101-b0.dtb
arch/arm64/boot/dts/google/devices/bluejay/dtbo.img
arch/arm64/boot/dts/google/devices/bluejay/google-base/gs101-dpm-eng.dtbo
arch/arm64/boot/dts/google/devices/bluejay/google-base/gs101-dpm-user.dtbo
"
if [ -z "$MIXED_BUILD" ]; then
FILES="$FILES
$DEVICE_KERNEL_FILES
"
fi
MODULES_LIST=private/devices/google/bluejay/vendor_boot_modules.bluejay
VENDOR_RAMDISK_CMDS="modify_vendor_ramdisk"
function modify_vendor_ramdisk() {
ln -f first_stage_ramdisk/system/etc/fstab.gs101 first_stage_ramdisk/fstab.gs101
ln -f init.recovery.gs101.rc init.recovery.bluejay.rc
}
EXT_MODULES+="
private/google-modules/display/samsung
private/google-modules/wlan/bcmdhd4389
private/google-modules/gpu/mali_pixel
private/google-modules/gpu/mali_kbase
private/google-modules/lwis
private/google-modules/edgetpu/drivers/edgetpu
private/google-modules/bms
private/google-modules/amplifiers/cs40l25
private/google-modules/amplifiers/cs40l26
private/google-modules/amplifiers/cs35l41
private/google-modules/amplifiers/audiometrics
private/google-modules/aoc
private/google-modules/aoc/alsa
private/google-modules/aoc/usb
private/google-modules/touch/common
private/google-modules/touch/fts/fst2
private/google-modules/touch/fts/ftm5
private/google-modules/touch/sec
private/google-modules/fingerprint/fpc
private/google-modules/power/reset
private/google-modules/bluetooth/broadcom
private/google-modules/nfc
private/google-modules/sensors/hall_sensor
private/devices/google/bluejay/display
"