From f6275096eafe77cbdaaa10f2ed0336c3e44fe583 Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Tue, 11 Apr 2023 11:06:07 -0400 Subject: [PATCH] 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 --- android/allowlists/allowlists.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 1ece9fa7d..ffd2aab9e 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -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",