Restore the diskinstaller dependency, since it\'s needed for GCE.
automerge: 2ebfef4
* commit '2ebfef448465b99260b6900bc207d42ead09e96c':
Restore the diskinstaller dependency, since it's needed for GCE.
This commit is contained in:
commit
9f00b5a077
1 changed files with 6 additions and 0 deletions
|
@ -1241,6 +1241,12 @@ vendorimage-nodeps: | $(INTERNAL_USERIMAGES_DEPS)
|
|||
|
||||
endif # BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# bring in the installer image generation defines if necessary
|
||||
ifeq ($(TARGET_USE_DISKINSTALLER),true)
|
||||
include bootable/diskinstaller/config.mk
|
||||
endif
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# host tools needed to build dist and OTA packages
|
||||
|
||||
|
|
Loading…
Reference in a new issue