Skip to content
Snippets Groups Projects
Commit 3e05519a authored by Googler's avatar Googler Committed by Copybara-Service
Browse files

Internal change

PiperOrigin-RevId: 578778242
Change-Id: I4b934dd9a337552bd16dce2b9b12a4bd9f5d9e6f
parent eff969d2
No related merge requests found
......@@ -460,19 +460,3 @@ def get_runtime_classpath_for_archive(jars, excluded_jars):
jars,
excluded_jars,
)
def filter_protos_for_generated_extension_registry(runtime_jars, deploy_env):
"""Get proto artifacts from runtime_jars excluding those in deploy_env
Args:
runtime_jars: (depset[File]) the artifacts to scan
deploy_env: (depset[File]) the artifacts to exclude
Returns
(depset[File], bool) A tuple of the filtered protos and whether all protos are 'lite'
flavored
"""
return _java_common_internal.filter_protos_for_generated_extension_registry(
runtime_jars,
deploy_env,
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment