Merge "Prevent default use of framework module implementation"
This commit is contained in:
@@ -76,6 +76,10 @@ java_defaults {
|
|||||||
// entry.
|
// entry.
|
||||||
shared_library: false,
|
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
|
// 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.
|
// but it cannot yet be turned on because some usages have not been cleaned up.
|
||||||
// TODO(b/156126315) - Remove when no longer needed.
|
// TODO(b/156126315) - Remove when no longer needed.
|
||||||
|
|||||||
Reference in New Issue
Block a user