Merge "Set installable: false on apex jars by default" am: 42fb4206f8

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1559505

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5b3459ee028cd2e4e5f5fe1f7777418a2dce1888
This commit is contained in:
Anton Hansson
2021-01-28 16:48:22 +00:00
committed by Automerger Merge Worker

View File

@@ -96,6 +96,10 @@ java_defaults {
sdk_version: "module_current",
},
// installable implies we'll create a non-apex (platform) variant, which
// we shouldn't ordinarily need (and it can create issues), so disable that.
installable: false,
// Configure framework module specific metalava options.
droiddoc_options: [mainline_stubs_args],