Skip to content

Commit

Permalink
remove rr from zip package title
Browse files Browse the repository at this point in the history
  • Loading branch information
westcripp committed May 30, 2014
1 parent 4b52a15 commit 2090f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ $(INTERNAL_OTA_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(DISTTOOLS)
$(separate_recovery) \
$(BUILT_TARGET_FILES_PACKAGE) $@

CM_TARGET_PACKAGE := $(PRODUCT_OUT)/RR-$(CM_VERSION).zip
CM_TARGET_PACKAGE := $(PRODUCT_OUT)/$(CM_VERSION).zip

.PHONY: otapackage bacon
otapackage: $(INTERNAL_OTA_PACKAGE_TARGET)
Expand Down

0 comments on commit 2090f66

Please sign in to comment.