Move conscrypt from the set of non-updatable APIs

This has no practical effect in this CL, but in a future CL we are
changing the stub jars to be assembled by merging other jar files, at
which point we want to conscrypt to not be in the non-updatable jar.

Bug: 144149403
Test: m
Change-Id: Iacfcc3a789cb42a73cc4b4c89a215db0ea09800f
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 91efb05..5052499 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -48,7 +48,6 @@
         ":opt-telephony-srcs",
         ":opt-net-voip-srcs",
         ":art-module-public-api-stubs-source",
-        ":conscrypt.module.public.api.stubs.source",
         ":android_icu4j_public_api_files",
     ],
     // TODO(b/147699819): remove below aidl includes.
@@ -69,7 +68,10 @@
 stubs_defaults {
     name: "metalava-full-api-stubs-default",
     defaults: ["metalava-base-api-stubs-default"],
-    srcs: [":framework-updatable-sources"],
+    srcs: [
+        ":conscrypt.module.public.api.stubs.source",
+        ":framework-updatable-sources",
+    ],
     sdk_version: "core_platform",
 }