build 'updater' binary for use in OTA packages
This commit is contained in:
parent
e3eb0fae99
commit
a406c1e7a1
1 changed files with 2 additions and 1 deletions
|
@ -844,7 +844,8 @@ endef
|
|||
|
||||
built_ota_tools := \
|
||||
$(call intermediates-dir-for,EXECUTABLES,applypatch)/applypatch \
|
||||
$(call intermediates-dir-for,EXECUTABLES,check_prereq)/check_prereq
|
||||
$(call intermediates-dir-for,EXECUTABLES,check_prereq)/check_prereq \
|
||||
$(call intermediates-dir-for,EXECUTABLES,updater)/updater
|
||||
$(BUILT_TARGET_FILES_PACKAGE): PRIVATE_OTA_TOOLS := $(built_ota_tools)
|
||||
|
||||
# Depending on the various images guarantees that the underlying
|
||||
|
|
Loading…
Reference in a new issue