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
Merged-In: Iacfcc3a789cb42a73cc4b4c89a215db0ea09800f
(cherry picked from commit e89d37d6d8)
This commit is contained in:
Anton Hansson
2020-05-07 12:06:00 +01:00
parent 450ac958fd
commit e01390cbc6

View File

@@ -48,7 +48,6 @@ stubs_defaults {
":opt-telephony-srcs",
":opt-net-voip-srcs",
":art-module-public-api-stubs-source",
":conscrypt.module.public.api.stubs.source",
":android_icu4j_public_api_files",
],
libs: ["framework-internal-utils"],
@@ -65,7 +64,10 @@ stubs_defaults {
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",
}