summaryrefslogtreecommitdiff
path: root/patches/apply-patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/apply-patch.sh')
-rw-r--r--patches/apply-patch.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/patches/apply-patch.sh b/patches/apply-patch.sh
deleted file mode 100644
index c15cb6a..0000000
--- a/patches/apply-patch.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-cd ../../../..
-cd frameworks/opt/telephony
-git apply -v ../../../device/meizu/m2note/patches/framework_opt_telephony/0002_mobile_data_patch_mt6753.patch
-cd ../../..
-echo Patches Applied Successfully!