Merge "Revert^2 "Remove compilation actions from java sdk library"" into main

This commit is contained in:
Treehugger Robot
2024-05-08 22:28:05 +00:00
committed by Gerrit Code Review
17 changed files with 177 additions and 79 deletions

View File

@@ -536,7 +536,7 @@ func IsMetaDependencyTag(tag blueprint.DependencyTag) bool {
return true
} else if tag == licensesTag {
return true
} else if tag == acDepTag {
} else if tag == AcDepTag {
return true
}
return false