Merge "Set installable: false on apex jars by default" am: 42fb4206f8 am: a1e0090236
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1559505 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I80b9f470b6fd2b81e4782199d318b69f427eb325
This commit is contained in:
@@ -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],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user