Skip to content

Commit

Permalink
Merge pull request #1 from bryan2894/lollipop-mr1
Browse files Browse the repository at this point in the history
makefile: correct zip filename
  • Loading branch information
ayysir committed Apr 11, 2015
2 parents 4b1f1d6 + 8d0eb99 commit d62ebeb
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 @@ -1692,7 +1692,7 @@ $(INTERNAL_OTA_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(DISTTOOLS)
$(if $(OEM_OTA_CONFIG), -o $(OEM_OTA_CONFIG)) \
$(BUILT_TARGET_FILES_PACKAGE) $@

PA_TARGET_PACKAGE := $(PRODUCT_OUT)/$(PA_VERSION).zip
PA_TARGET_PACKAGE := $(PRODUCT_OUT)/$(TARGET_PRODUCT)-$(ROM_VERSION).zip

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

0 comments on commit d62ebeb

Please sign in to comment.