commit | 3611f2f440944dadd74b36a235c41c7957a6963c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Feb 05 00:01:49 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 05 00:01:49 2016 +0000 |
tree | f794abdc2ad4286e596874f1cecc7bb99e9df5cc | |
parent | dc1afa9c0f47c413bea8c3232dce036a2dbb56f3 [diff] | |
parent | 9e8866f4a4ec60778d55366afaf29f7d2e22e9ee [diff] |
Merge "Don\'t build otatools for PDK" am: 9e8866f4a4 * commit '9e8866f4a4ec60778d55366afaf29f7d2e22e9ee': Don't build otatools for PDK
diff --git a/core/Makefile b/core/Makefile index b3c3970..42ffcbb 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -1416,6 +1416,9 @@ 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 \