From dacb215a42ea2e9a4e055ff136ce129acf7c5aea Mon Sep 17 00:00:00 2001 From: genokolar Date: Mon, 26 Mar 2012 19:39:59 +0800 Subject: [PATCH] add "make custompatch" use /DONE/original /DONE/patched to do patch --- util.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util.mk b/util.mk index 30c36a7..a85be45 100644 --- a/util.mk +++ b/util.mk @@ -46,6 +46,10 @@ fix-framework-res: firstpatch: $(PATCH_MIUI_FRAMEWORK) $(PORT_ROOT)/android/google-framework $(PORT_ROOT)/android `pwd` +# Target to add miui hook into target framework - custom +custompatch: + $(PATCH_MIUI_FRAMEWORK) `pwd`/DONE/original `pwd`/DONE/patched `pwd` + # Target to incrementaly add miui hook into target framework patchmiui: $(PATCH_MIUI_FRAMEWORK) $(PORT_ROOT)/android/last-framework $(PORT_ROOT)/android `pwd`