From b63c0676198f6519e7f03bc09175e51b254c076b Mon Sep 17 00:00:00 2001 From: ShevT Date: Mon, 2 Jun 2014 13:48:33 +0400 Subject: [PATCH] Makefile: fix build ota --- core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Makefile b/core/Makefile index e3c2ee281a..792e5c5cdc 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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),)