Merge "Annotating a class with @SystemApi makes its members @SystemApi"

am: 9c8b644b83

Change-Id: I38f58a3d0694a26728c81b7e03e5877ecb6d3a22
This commit is contained in:
Jiyong Park
2020-01-08 16:50:37 -08:00
committed by android-build-merger

View File

@@ -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" +