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:
@@ -1051,7 +1051,7 @@ var (
|
|||||||
"libcfi-test",
|
"libcfi-test",
|
||||||
"libcfi-test-bad",
|
"libcfi-test-bad",
|
||||||
"libcrash_test",
|
"libcrash_test",
|
||||||
// "libcrypto_fuzz_unsafe",
|
"libcrypto_fuzz_unsafe",
|
||||||
"libdl_preempt_test_1",
|
"libdl_preempt_test_1",
|
||||||
"libdl_preempt_test_2",
|
"libdl_preempt_test_2",
|
||||||
"libdl_test_df_1_global",
|
"libdl_test_df_1_global",
|
||||||
@@ -1262,7 +1262,7 @@ var (
|
|||||||
"librelocations-fat",
|
"librelocations-fat",
|
||||||
"libsegment_gap_inner",
|
"libsegment_gap_inner",
|
||||||
"libsegment_gap_outer",
|
"libsegment_gap_outer",
|
||||||
// "libssl_fuzz_unsafe",
|
"libssl_fuzz_unsafe",
|
||||||
"libstatssocket_private",
|
"libstatssocket_private",
|
||||||
"libsysv-hash-table-library",
|
"libsysv-hash-table-library",
|
||||||
"libtest_atexit",
|
"libtest_atexit",
|
||||||
|
Reference in New Issue
Block a user