summaryrefslogtreecommitdiff
path: root/android/tools/gn2bp/gen_android_bp
diff options
context:
space:
mode:
Diffstat (limited to 'android/tools/gn2bp/gen_android_bp')
-rwxr-xr-xandroid/tools/gn2bp/gen_android_bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/tools/gn2bp/gen_android_bp b/android/tools/gn2bp/gen_android_bp
index 401994851..00b79cf92 100755
--- a/android/tools/gn2bp/gen_android_bp
+++ b/android/tools/gn2bp/gen_android_bp
@@ -1781,6 +1781,8 @@ def create_modules_from_target(blueprint, gn, gn_target_name, is_descendant_of_j
if module.type == 'cc_library_static':
module.export_generated_headers = module.generated_headers
+
+
if module.name in ['cronet_aml_components_cronet_android_cronet',
'cronet_aml_components_cronet_android_cronet' + gn_utils.TESTING_SUFFIX]:
if target.output_name is None:
@@ -1922,8 +1924,6 @@ def create_blueprint_for_targets(gn, targets, test_targets):
'-Wno-unreachable-code-loop-increment', # needed for icui18n
'-fPIC',
'-Wno-c++11-narrowing',
- # b/330508686 disable coverage profiling for files or function in this list.
- '-fprofile-list=external/cronet/exclude_coverage.list',
]
defaults.c_std = 'gnu11'
# Chromium builds do not add a dependency for headers found inside the