diff --git a/apex/Android.bp b/apex/Android.bp index 9ea395374e3a0..85d72c76fb487 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -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, }