Merge "Don\'t build otatools for PDK"

am: 9e8866f4a4

* commit '9e8866f4a4ec60778d55366afaf29f7d2e22e9ee':
  Don't build otatools for PDK
This commit is contained in:
Colin Cross
2016-02-05 00:01:49 +00:00
committed by android-build-merger

View File

@@ -1416,6 +1416,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 \