Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d32fadc1 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
Change-Id: I87a6a577b98d1140b5882d4c72f875914d551287
parent 7166f0b4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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],