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