commit | 9e8866f4a4ec60778d55366afaf29f7d2e22e9ee | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Feb 04 23:49:41 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 04 23:49:41 2016 +0000 |
tree | c215369113d2e4a655123503f2840dc7235e43a8 | |
parent | 9ff17cf7bcc4b88a6a407f0c573b181a91f30ec8 [diff] | |
parent | 481cc5a005a59b2f2d61efa0e3d7ce719f126612 [diff] |
Merge "Don't build otatools for PDK"
diff --git a/core/Makefile b/core/Makefile index 18135d3..9a48a9d 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -1415,6 +1415,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 \