DivestOS/Scripts/LineageOS-14.1/CVE_Patchers/android_frameworks_av.sh

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