Merge "Don't build otatools for PDK"
This commit is contained in:
commit
9e8866f4a4
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue