aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-05 23:03:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-05 23:03:05 +0000
commitff635ea463e52f81ef05a8ab5fade9ede7597164 (patch)
tree895a7a67cae52c74c048657d867763600bd86b85
parentf6bc70170cda5fadc80e6720f0e7182c7dd57656 (diff)
parentdea8f0ba765065e11f44f74d7c26e55c15ed9724 (diff)
downloadconscrypt-ff635ea463e52f81ef05a8ab5fade9ede7597164.tar.gz
Snap for 7430067 from dea8f0ba765065e11f44f74d7c26e55c15ed9724 to sc-release
Change-Id: Id04658553c16e3fdac81ab5137bfcb4e6bbf42de
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 07e64329..8a58ddf3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -354,8 +354,10 @@ java_sdk_library {
sdk_version: "none",
system_modules: "legacy-art-module-platform-api-stubs-system-modules",
- // Don't copy any output files to the dist.
- no_dist: true,
+ dist_group: "android",
+ dist_stem: "conscrypt-coreplatform",
+ // TODO: remove this when Conscrypt's @CorePlatformApi has been migrated to @SystemApi
+ unsafe_ignore_missing_latest_api: true,
}
// A library containing the public API stubs of the Conscrypt module.