am 687bde38
: Merge "Add all the host tools to the list of prerequisites for the SDK."
* commit '687bde38891b6aa3796f52721d7498436ab45330': Add all the host tools to the list of prerequisites for the SDK.
This commit is contained in:
commit
763c080198
1 changed files with 2 additions and 1 deletions
|
@ -1406,7 +1406,8 @@ deps := \
|
|||
$(atree_dir)/sdk.atree \
|
||||
$(sdk_tools_atree_files) \
|
||||
$(HOST_OUT_EXECUTABLES)/atree \
|
||||
$(HOST_OUT_EXECUTABLES)/line_endings
|
||||
$(ALL_HOST_INSTALLED_FILES) \
|
||||
$(HOST_OUT_EXECUTABLES)/line_endings
|
||||
|
||||
INTERNAL_SDK_TARGET := $(sdk_dir)/$(sdk_name).zip
|
||||
$(INTERNAL_SDK_TARGET): PRIVATE_NAME := $(sdk_name)
|
||||
|
|
Loading…
Reference in a new issue