mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
8 lines
304 B
Bash
8 lines
304 B
Bash
#!/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
|