Skip to content
Snippets Groups Projects
Commit dd124428 authored by Anton Hansson's avatar Anton Hansson
Browse files

Set installable: false on apex jars by default

They shouldn't be installed, so don't generate install rules.

Test: m
Merged-In: I87a6a577b98d1140b5882d4c72f875914d551287
Change-Id: I87a6a577b98d1140b5882d4c72f875914d551287
parent 42fd56a0
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment