gn2bp: Refactor and code clean up

Test: m cronet_aml_components_cronet_android_cronet
Change-Id: I20b9d12c0a66555914760a766995629399c76a1c
This commit is contained in:
Mohannad Farrag
2022-11-29 13:26:32 +00:00
parent 97c5d09e10
commit f2391cc1e7
2 changed files with 33 additions and 28 deletions

View File

@@ -372,7 +372,6 @@ class GnParser(object):
# Explicitly break dependency chain when a java_group is added.
# Java sources are collected and eventually compiled as one large
# java_library.
#print(dep.name, target.deps)
pass
# Source set bubble up transitive source sets but can't be combined with this
@@ -399,8 +398,6 @@ class GnParser(object):
log.debug('Adding java sources for %s', dep.name)
java_srcs = [src for src in dep.inputs if _is_java_source(src)]
self.java_sources.update(java_srcs)
#if target.name == "//build/config:executable_deps":
#print(target.name, arch, target.arch[arch].source_set_deps)
return target
def get_proto_exports(self, proto_desc):