forked from DroidFreak32/lineage_surnia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
patch.sh
executable file
·34 lines (25 loc) · 983 Bytes
/
patch.sh
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
#!/bin/sh
TOP=${PWD}
#############################################################
# PATCHES #
#############################################################
cd vendor/lineage
git am -3 ../../0001-DNM-Allow-insecure-ADB.patch
git am -3 ../../0001-DNM-Use-AOSP-qcom-wlan.patch
cd $TOP
cd system/qcom
git am -3 ../../0001-DNM-libqsap_sdk-Suppress-warnings.patch
cd $TOP
cd device/motorola/msm8916-common
git am -3 ../../../0001-DO-NOT-MERGE-msm8916-common-Force-battery-led-off.patch
cd $TOP
cd frameworks/native
git am -3 ../../0001-Gralloc2-Allow-invalid-usage-bits.patch
cd $TOP
cd frameworks/av
git am -3 ../../0001-DNM-HAL1-Hack-disable-UID-active-check.patch
cd $TOP
#############################################################
# CHERRYPICKS #
#############################################################
# Example: ./vendor/lineage/build/tools/repopick.py [CHANGE_NUMBER]