-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch.sh
More file actions
82 lines (56 loc) · 2.06 KB
/
patch.sh
File metadata and controls
82 lines (56 loc) · 2.06 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
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
73
74
75
76
77
78
79
80
81
82
#!/usr/bin/env bash
TOP=${PWD}
. build/envsetup.sh
#############################################################
# VARIABLES #
#############################################################
PATCH1=https://github.com/Merlin-Development/manifests/raw/lineage-16.0/0001-DNM-libqsap_sdk-Suppress-warnings.patch
#############################################################
# DOWNLOADS #
#############################################################
curl -L -o 0001-DNM-libqsap_sdk-Suppress-warnings.patch -O -L $PATCH1
#############################################################
# PATCHES #
#############################################################
cd system/qcom
git am -3 $TOP/0001-DNM-libqsap_sdk-Suppress-warnings.patch
cd $TOP
#############################################################
# CHERRYPICKS #
#############################################################
# Example: repopick [CHANGE_NUMBER]
# android_build
repopick 222733 222760
# android_bionic
repopick 223067
# android_external_perfetto
repopick 223413
# android_external_tinycompress
repopick 225762-225763 223008 223011;
# android_hardware_interfaces
repopick 224064
# android_system_bt
repopick 223945 225422 225423
# android_system_core
repopick 223085 223500 224264
# android_system_sepolicy
repopick 223746 223748
# android_vendor_lineage
repopick 223890 224758
# android_hardware_qcom_audio
repopick -t 8916-audio-p
# android_hardware_qcom_bt
repopick -t pie-bt-caf
# android_hardware_qcom_display
repopick -t 8916-display-p
# android_hardware_qcom_media
repopick -t 8916-media-p
# android_hardware_qcom_power
repopick 223892
# android_hardware_qcom_wlan
repopick -t pie-wlan-caf
# android_hardware_qcom_fm
repopick 226683-226743 223685 226744 226745 223678 223683 223684 226862 223686 223687 223692 223688 224246 224386
repopick -t per-process-sdk-override
# Styles
repopick -t pie-styles -e 225583,225755