Add SystemApi params to framework-module defaults
As was done in I3305b71e22970e80db95f3daf3d7713603c7d68d for
the other metalava args.
Bug: 140202860
Test: m
Change-Id: I397d361f649f179eada827782d82c002cc7fb2d3
diff --git a/apex/Android.bp b/apex/Android.bp
index 9ea3953..85d72c7 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -34,6 +34,6 @@
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,
}