commit | a6f43306c0aacd02a9a19ccb0fd7d983b86ab8f0 | [log] [tgz] |
---|---|---|
author | Mohannad Farrag <aymanm@google.com> | Thu Feb 09 16:24:29 2023 +0000 |
committer | Mohannad Farrag <aymanm@google.com> | Fri Feb 10 10:29:14 2023 +0000 |
tree | 68e530e56b9d4aafe41786ac750b5dd56ec8f611 | |
parent | 5ae53722a7c232c41579e7e028322932fb078960 [diff] |
gn2bp: Add `use_nss_certs = false` to gen_desc_json nss_certs are only used for host net unittestings. Android.bp is not affected because the tests are not pulled-in yet. Test: None Change-Id: Idef23174d1ecd89c2db90318bfb0cf67a4e70145
diff --git a/tools/gn2bp/desc_arm.json b/tools/gn2bp/desc_arm.json index f30db26..d6046b5 100644 --- a/tools/gn2bp/desc_arm.json +++ b/tools/gn2bp/desc_arm.json Binary files differ
diff --git a/tools/gn2bp/desc_arm64.json b/tools/gn2bp/desc_arm64.json index 9d220fb..8b1fd14 100644 --- a/tools/gn2bp/desc_arm64.json +++ b/tools/gn2bp/desc_arm64.json Binary files differ
diff --git a/tools/gn2bp/desc_x64.json b/tools/gn2bp/desc_x64.json index 8036bdf..9abf569 100644 --- a/tools/gn2bp/desc_x64.json +++ b/tools/gn2bp/desc_x64.json Binary files differ
diff --git a/tools/gn2bp/desc_x86.json b/tools/gn2bp/desc_x86.json index 32bea54..5e989de 100644 --- a/tools/gn2bp/desc_x86.json +++ b/tools/gn2bp/desc_x86.json Binary files differ
diff --git a/tools/gn2bp/gen_desc_json.sh b/tools/gn2bp/gen_desc_json.sh index 1f60eb9..0bd99a9 100755 --- a/tools/gn2bp/gen_desc_json.sh +++ b/tools/gn2bp/gen_desc_json.sh
@@ -56,6 +56,7 @@ "is_cronet_build = true" "is_debug = false" "is_official_build = true" + "use_nss_certs = false" ) gn_args+=("target_cpu = \"${1}\"")