Merge c4d4731b4d
: 'Build SDK repository'. Do not merge.
When the build is invoked with the fake target "sdk_repo" and a main target of sdk, win_sdk or sdk_addon, we now create packages in DIST_DIR that can directly be used to populate the SDK Repository. This is quite close to how we actually distribute the SDK. Change-Id: I863ac8baf159432d7c95df46cba6e4f3b9122629
This commit is contained in:
@@ -94,6 +94,10 @@ $(full_target): $(sdk_addon_deps) | $(ACP)
|
||||
.PHONY: sdk_addon
|
||||
sdk_addon: $(full_target)
|
||||
|
||||
# Keep the name of the addon final zip around for sdk_repo.
|
||||
# This is used by development/build/tools/sdk_repo.mk.
|
||||
ADDON_SDK_ZIP := $(full_target)
|
||||
|
||||
$(call dist-for-goals, sdk_addon, $(full_target))
|
||||
|
||||
else # addon_name
|
||||
|
Reference in New Issue
Block a user