diff options
author | Anton Hansson <hansson@google.com> | 2020-04-23 09:56:40 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-04-23 09:56:40 +0000 |
commit | 8b9e50c2b301ff5af98a7df651f5f718af0801c4 (patch) | |
tree | e276431319c2c54c1ef0f518184fc34bf5b39f72 /services/Android.bp | |
parent | 428a8479813325ba82a6ad3d5462a655f094143d (diff) | |
parent | 0fa5427c3b2e3677b876cca67bf66ecb1acb8676 (diff) |
Merge "Remove obsolete droidstub args"
Diffstat (limited to 'services/Android.bp')
-rw-r--r-- | services/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/Android.bp b/services/Android.bp index ab6fb7ff95d2..b4d8393683ba 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -106,7 +106,6 @@ droidstubs { name: "services-stubs.sources", srcs: [":services-sources"], installable: false, - api_tag_name: "SYSTEM_SERVER", args: " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.SYSTEM_SERVER\\)" + " --hide-annotation android.annotation.Hide" + " --hide InternalClasses" + // com.android.* classes are okay in this interface |