Merge "Set installable: false on apex jars by default"

This commit is contained in:
Anton Hansson
2021-01-28 16:44:40 +00:00
committed by Gerrit Code Review

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],