From 8cffb30a63824dba5b9a5eeac61f11d7e8283f02 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 24 Nov 2015 14:09:11 -0800 Subject: [PATCH] Fix typo. Change-Id: I299076791c620968fa7a5c420b5ca21ea4d30b51 --- core/definitions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/definitions.mk b/core/definitions.mk index e25acb202..5d8bfcf7c 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -1917,7 +1917,7 @@ define transform-jar-to-jack $(hide) mkdir -p $(dir $@) $(JILL) $(PRIVATE_JILL_FLAGS) --output $@.tmpjill.jack $< $(hide) mkdir -p $@.tmpjill.res - $(hide) unzip -qo $< -d @.tmpjill.res + $(hide) unzip -qo $< -d $@.tmpjill.res $(hide) find $@.tmpjill.res -iname "*.class" -delete $(hide) $(call call-jack) \ -D jack.import.resource.policy=keep-first \