diff options
author | Anton Hansson <hansson@google.com> | 2019-12-16 15:36:22 +0000 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2020-01-13 21:34:16 +0900 |
commit | cfa5532127a33612d074ff2d690a58756ca450df (patch) | |
tree | 401e1e0b96af61bc3b8fb591c1babb630ae79c30 /apex/Android.bp | |
parent | ac08994fdef52f7d72ce6fc4d2626244f1a484d0 (diff) |
Add SystemApi params to framework-module defaults
As was done in I3305b71e22970e80db95f3daf3d7713603c7d68d for
the other metalava args.
Exempt-From-Owner-Approval: cherry-pick internal
Bug: 140202860
Test: m
Merged-In: I397d361f649f179eada827782d82c002cc7fb2d3
Change-Id: I397d361f649f179eada827782d82c002cc7fb2d3
(cherry picked from commit 14c80cf363c6f657783969e64eef9c3a3619d753)
Diffstat (limited to 'apex/Android.bp')
-rw-r--r-- | apex/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 9ea395374e3a..85d72c76fb48 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, } |