aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-02-04 23:49:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-04 23:49:41 +0000
commit9e8866f4a4ec60778d55366afaf29f7d2e22e9ee (patch)
treec215369113d2e4a655123503f2840dc7235e43a8
parent9ff17cf7bcc4b88a6a407f0c573b181a91f30ec8 (diff)
parent481cc5a005a59b2f2d61efa0e3d7ce719f126612 (diff)
downloadbuild-9e8866f4a4ec60778d55366afaf29f7d2e22e9ee.tar.gz
Merge "Don't build otatools for PDK"
-rw-r--r--core/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index 18135d3174..9a48a9dc22 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 \