Merge "Add defaults for framework stub libs" into rvc-dev

This commit is contained in:
Anton Hansson
2020-03-25 12:30:05 +00:00
committed by Android (Google) Code Review

View File

@@ -84,6 +84,24 @@ stubs_defaults {
},
}
java_defaults {
name: "framework-module-stubs-lib-defaults-publicapi",
installable: false,
sdk_version: "module_current",
}
java_defaults {
name: "framework-module-stubs-lib-defaults-systemapi",
installable: false,
sdk_version: "module_current",
}
java_defaults {
name: "framework-module-stubs-lib-defaults-module_libs_api",
installable: false,
sdk_version: "module_current",
}
// The defaults for module_libs comes in two parts - defaults for API checks
// and defaults for stub generation. This is because we want the API txt
// files to *only* include the module_libs_api, but the stubs to include