Merge "Add SystemApi params to framework-module defaults"

This commit is contained in:
Anton Hansson
2019-12-17 08:08:33 +00:00
committed by Android (Google) Code Review

View File

@@ -34,6 +34,6 @@ stubs_defaults {
stubs_defaults {
name: "framework-module-stubs-defaults-systemapi",
args: mainline_stubs_args + " --show-annotation android.annotation.SystemApi ",
args: mainline_stubs_args + " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS,process=android.annotation.SystemApi.Process.ALL\\) ",
installable: false,
}