mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Remove Android CVE patchers
If a patch affects 4.4.4-8.0, the patch is against 8.0 and will break <8.0 some patches will get backported to older branches others not Will attempt to automate again later
This commit is contained in:
parent
2091d44aa3
commit
4de3a166c4
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd $base"external/libavc"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0874/6.0-^8.0/0001.patch
|
||||
cd $base
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd $base"external/libhevc"
|
||||
git apply $cvePatchesAndroid/CVE-2017-13149/5.1.1-^8.0/0001.patch
|
||||
cd $base
|
@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd $base"external/libmpeg2"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0873/6.0-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-13148/6.0-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-13150/6.0-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-13151/6.0-^8.0/0001.patch
|
||||
cd $base
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd $base"external/skia"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0880/7.0-^7.1.2/0001.patch
|
||||
cd $base
|
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd $base"frameworks/av"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0837/5.1.1-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-0879/5.1.1-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-13152/5.1.1-^8.0/0001.patch
|
||||
cd $base
|
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd $base"frameworks/base"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0845/5.0.2-^7.1.2/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-0880/7.0-^7.1.2/0002.patch
|
||||
cd $base
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd $base"packages/apps/Settings"
|
||||
git apply $cvePatchesAndroid/CVE-2017-13159/5.1.1-^8.0/0001.patch
|
||||
cd $base
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd $base"system/core"
|
||||
git apply $cvePatchesAndroid/CVE-2017-13156/5.1.1-^8.0/0001.patch
|
||||
cd $base
|
Loading…
Reference in New Issue
Block a user