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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iee440f21023c26405b671f9b2f353f884f3c6697
This commit is contained in:
Anton Hansson
2021-01-28 17:14:57 +00:00
committed by Automerger Merge Worker

View File

@@ -101,6 +101,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],