Loading apex/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -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, } Loading
apex/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -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, }