From 481cc5a005a59b2f2d61efa0e3d7ce719f126612 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 4 Feb 2016 15:09:23 -0800 Subject: [PATCH] Don't build otatools for PDK Change-Id: I5e73d103300ac938f80b3ff0af978c123d649fed --- core/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/Makefile b/core/Makefile index 18135d317..9a48a9dc2 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1415,6 +1415,9 @@ endif ifeq ($(recovery_fstab),) build_ota_package := false endif +ifeq ($(TARGET_BUILD_PDK),true) +build_ota_package := false +endif ifeq ($(build_ota_package),true) OTATOOLS := $(HOST_OUT_EXECUTABLES)/minigzip \