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

Commit 6583b0be authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Prevent default use of framework module implementation" am: c3aafb85 am: ce4719ae

Change-Id: I4b2938132d72c18e79de9d3c402982ac0a38fb01
parents a65d687a ce4719ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -76,6 +76,10 @@ java_defaults {
    // entry.
    shared_library: false,

    // Prevent dependencies that do not specify an sdk_version from accessing the
    // implementation library by default and force them to use stubs instead.
    default_to_stubs: true,

    // Enable api lint. This will eventually become the default for java_sdk_library
    // but it cannot yet be turned on because some usages have not been cleaned up.
    // TODO(b/156126315) - Remove when no longer needed.