Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Salini Venate <[email protected]>
  • Loading branch information
SaliniVenate committed Sep 20, 2024
1 parent 1b86d51 commit 3afae4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/publish.mk
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,6 @@ publish: aic
$(hide) mkdir -p $(TOP)/pub/$(TARGET_PRODUCT)/$(TARGET_BUILD_VARIANT)
$(hide) cp $(PRODUCT_OUT)/$(TARGET_AIC_FILE_NAME) $(TOP)/pub/$(TARGET_PRODUCT)/$(TARGET_BUILD_VARIANT)
else # ANDROID_AS_GUEST
publish: publish_mkdir_dest $(PUBLISH_GOALS) publish_ifwi publish_gptimage_var publish_firmware_symbols $(PUB_OSAGNOSTIC_TAG) publish_kf4sbl_symbols $(PUB_CMCC_ZIP) publish_androidia_image publish_grubinstaller publish_kernel_debug
publish: publish_mkdir_dest $(PUBLISH_GOALS) publish_ifwi publish_gptimage_var publish_firmware_symbols $(PUB_OSAGNOSTIC_TAG) publish_kf4sbl publish_kf4sbl_symbols $(PUB_CMCC_ZIP) publish_androidia_image publish_grubinstaller publish_kernel_debug
@$(ACP) out/dist/* $(publish_dest)
endif # ANDROID_AS_GUEST

0 comments on commit 3afae4b

Please sign in to comment.