From 41f226a5c85fb7e55e7db630a93050c66a871aeb Mon Sep 17 00:00:00 2001 From: Ivan Dubrov Date: Thu, 24 Apr 2014 19:35:21 -0700 Subject: Renaming patches to support full flavor in future --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 0ba68a52..f317d8a1 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ project('hotspot') { // Use hg import since ant.patchfile requires 'patch' to be installed exec { executable 'hg' - args 'import', '--no-commit', "../patches/dcevm-${hotspotTag}.patch" + args 'import', '--no-commit', "../patches/light-${hotspotTag}.patch" } } -- cgit v1.2.3