Skip to content
Snippets Groups Projects
Commit 7184dce5 authored by Patrick Rohr's avatar Patrick Rohr
Browse files

gn2bp: remove unnecessary chrome_root_store target

Test: cd external/cronet && mm
Change-Id: Idec19f1364c9dca4d278a33eebf500a4db87f389
parent b85f5721
No related branches found
No related tags found
No related merge requests found
......@@ -4666,32 +4666,6 @@ cc_genrule {
],
}
// GN: //net/data/ssl/chrome_root_store:gen_root_store_inc
cc_genrule {
name: "cronet_aml_net_data_ssl_chrome_root_store_gen_root_store_inc",
cmd: "$(location build/gn_run_binary.py) clang_x64/root_store_tool " +
"--root-store " +
"../../net/data/ssl/chrome_root_store/root_store.textproto " +
"--certs " +
"../../net/data/ssl/chrome_root_store/root_store.certs " +
"--write-cpp-root-store " +
"gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc " +
"--write-cpp-ev-roots " +
"gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc",
out: [
"net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc",
"net/data/ssl/chrome_root_store/chrome-root-store-inc.cc",
],
tool_files: [
"build/gn_run_binary.py",
"net/data/ssl/chrome_root_store/root_store.certs",
"net/data/ssl/chrome_root_store/root_store.textproto",
],
apex_available: [
"com.android.tethering",
],
}
// GN: //net/dns:dns
cc_object {
name: "cronet_aml_net_dns_dns",
......
......@@ -190,6 +190,8 @@ def enable_zlib(module, arch):
builtin_deps = {
'//buildtools/third_party/libunwind:libunwind':
lambda m, a: None, # disable libunwind
'//net/data/ssl/chrome_root_store:gen_root_store_inc':
lambda m, a: None,
'//net/tools/root_store_tool:root_store_tool':
lambda m, a: None,
'//third_party/zlib:zlib':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment