Merge "Fix typo."

This commit is contained in:
Ying Wang 2015-11-24 22:09:49 +00:00 committed by Gerrit Code Review
commit deeb2d2453
1 changed files with 1 additions and 1 deletions

View File

@ -1916,7 +1916,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 \