Merge "Create a product variable for skipping apex contribution contents" into main am: 90db03c007
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2964564 Change-Id: Ide346f77130120b326b8e5342f719d3039e1dc5e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -2047,3 +2047,7 @@ func (c *config) AllApexContributions() []string {
|
||||
}
|
||||
return ret
|
||||
}
|
||||
|
||||
func (c *config) BuildIgnoreApexContributionContents() []string {
|
||||
return c.productVariables.BuildIgnoreApexContributionContents
|
||||
}
|
||||
|
Reference in New Issue
Block a user