Skip to content

Commit

Permalink
Makefile: fix build ota
Browse files Browse the repository at this point in the history
  • Loading branch information
ShevT committed Jun 2, 2014
1 parent 2090f66 commit b63c067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1448,9 +1448,9 @@ else
endif

ifeq ($(TARGET_UNIFIED_DEVICE),)
$(INTERNAL_OTA_PACKAGE_TARGET): override_prop := false
$(INTERNAL_OTA_PACKAGE_TARGET): override_prop := --override_prop=false
else
$(INTERNAL_OTA_PACKAGE_TARGET): override_prop := true
$(INTERNAL_OTA_PACKAGE_TARGET): override_prop := --override_prop=true
endif

ifneq ($(TARGET_NO_SEPARATE_RECOVERY),)
Expand Down

0 comments on commit b63c067

Please sign in to comment.