From e2cfe9ce92252572c6062e79b91d7f0cefff179a Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 8 Apr 2020 18:50:04 +0100 Subject: [PATCH] Remove conscrypt.module.intra.core.api.stubs from apex white list It is no longer needed because non-static java_library dependencies are not considered to be part of the depending APEX. Bug: 153443117 Test: m nothing Change-Id: I7d58d1047b2d400395a253e492b35008284778ff --- apex/apex.go | 1 - 1 file changed, 1 deletion(-) diff --git a/apex/apex.go b/apex/apex.go index 5a56185e8..2370acc00 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -124,7 +124,6 @@ func makeApexAvailableWhitelist() map[string][]string { "crtbegin_dynamic1", "crtbegin_so1", "crtbrand", - "conscrypt.module.intra.core.api.stubs", "dex2oat_headers", "dt_fd_forward_export", "icu4c_extra_headers",