Merge "Note ability to annotate dependencies." am: 787629c95d

Original change: https://android-review.googlesource.com/c/platform/build/+/2592248

Change-Id: I751f21b8c1ebe478ec18a053c2fb131c24f693c1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-05-16 22:55:26 +00:00
committed by Automerger Merge Worker

View File

@@ -894,7 +894,8 @@ $(call declare-container-license-metadata,$(1),SPDX-license-identifier-Apache-2.
endef endef
########################################################### ###########################################################
## Declare license dependencies $(2) for non-module target $(1) ## Declare license dependencies $(2) with optional colon-separated
## annotations for non-module target $(1)
########################################################### ###########################################################
define declare-license-deps define declare-license-deps
$(strip \ $(strip \
@@ -906,7 +907,8 @@ $(strip \
endef endef
########################################################### ###########################################################
## Declare license dependencies $(2) for non-module container-type target $(1) ## Declare license dependencies $(2) with optional colon-separated
## annotations for non-module container-type target $(1)
## ##
## Container-type targets are targets like .zip files that ## Container-type targets are targets like .zip files that
## merely aggregate other files. ## merely aggregate other files.