OSDN Git Service

Merge "Don't build otatools for PDK"
authorColin Cross <ccross@android.com>
Thu, 4 Feb 2016 23:49:41 +0000 (23:49 +0000)
committerThe Android Automerger <android-build@android.com>
Fri, 5 Feb 2016 00:41:18 +0000 (16:41 -0800)
core/Makefile

index d58fac4..bc37369 100644 (file)
@@ -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 \