Remove module with a cc_test_library static dep
Currently we treat cc_test_library as a shared library but it really can be both a static and a shared library. This causes issues when trying to statically link a shared library. Test: bp2build.sh Change-Id: Ie3a4c0ffa607e1c9fcffe015d216be7a9bccfb4d
This commit is contained in:
parent
33a25c1a0d
commit
f6275096ea
1 changed files with 2 additions and 2 deletions
|
@ -1051,7 +1051,7 @@ var (
|
|||
"libcfi-test",
|
||||
"libcfi-test-bad",
|
||||
"libcrash_test",
|
||||
// "libcrypto_fuzz_unsafe",
|
||||
"libcrypto_fuzz_unsafe",
|
||||
"libdl_preempt_test_1",
|
||||
"libdl_preempt_test_2",
|
||||
"libdl_test_df_1_global",
|
||||
|
@ -1262,7 +1262,7 @@ var (
|
|||
"librelocations-fat",
|
||||
"libsegment_gap_inner",
|
||||
"libsegment_gap_outer",
|
||||
// "libssl_fuzz_unsafe",
|
||||
"libssl_fuzz_unsafe",
|
||||
"libstatssocket_private",
|
||||
"libsysv-hash-table-library",
|
||||
"libtest_atexit",
|
||||
|
|
Loading…
Reference in a new issue