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

Commit d49589bf authored by Paul Duffin's avatar Paul Duffin Committed by Automerger Merge Worker
Browse files

Merge "Disable shared library support for framework modules" into rvc-dev am:...

Merge "Disable shared library support for framework modules" into rvc-dev am: 393133b0 am: 687a5077

Change-Id: If9d66d2a445e2caa0e6e2280b5667bef22746cb0
parents 521800e1 687a5077
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -71,6 +71,11 @@ java_defaults {
    // stubs libraries.
    libs: ["framework-annotations-lib"],

    // Framework modules are not generally shared libraries, i.e. they are not
    // intended, and must not be allowed, to be used in a <uses-library> manifest
    // entry.
    shared_library: false,

    // 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.