summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-01-09 01:04:28 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-01-09 01:04:28 +0000
commit6c1921ece501f5a70193b651a44009ec9736bc01 (patch)
treea10f78fb27d880481c02b734fe14c73c9de17167
parentb8d2a52f89c50614a12fb1e09b89e61ac7cecbc0 (diff)
parent6813b8a90b15848f5eba2eac01cee0cfea2325ba (diff)
Merge "Annotating a class with @SystemApi makes its members @SystemApi" am: 9c8b644b83 am: 6813b8a90b
Change-Id: Id7743c7f66d10f9eeebeb16772edcd9fe80bcc5c
-rw-r--r--services/Android.bp2
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" +