forked from openkylin/platform_build
Merge "Don\'t build otatools for PDK"
am: 9e8866f4a4
* commit '9e8866f4a4ec60778d55366afaf29f7d2e22e9ee':
Don't build otatools for PDK
This commit is contained in:
commit
3611f2f440
|
@ -1416,6 +1416,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 New Issue