diff options
author | 2020-01-09 00:45:50 +0000 | |
---|---|---|
committer | 2020-01-09 00:45:50 +0000 | |
commit | 9c8b644b836d45f6ec0888dbf0936a195aa29e24 (patch) | |
tree | b89b5705e72bb1838d3550ed075275ed86c65fab | |
parent | dd3358b258a699bed60a73c49e2b7807ab1b9c8d (diff) | |
parent | 3160c60a210698011199b8a957c83cf9c04f5124 (diff) |
Merge "Annotating a class with @SystemApi makes its members @SystemApi"
-rw-r--r-- | services/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Android.bp b/services/Android.bp index 80452f19e6c1..943e491393dd 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -111,7 +111,7 @@ droidstubs { srcs: [":services-sources"], installable: false, // TODO: remove the --hide options below - args: " --show-single-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.MODULE_LIBRARIES,process=android.annotation.SystemApi.Process.SYSTEM_SERVER\\)" + + args: " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.MODULE_LIBRARIES,process=android.annotation.SystemApi.Process.SYSTEM_SERVER\\)" + " --hide-annotation android.annotation.Hide" + " --hide-package com.google.android.startop.iorap" + " --hide ReferencesHidden" + |