diff options
-rw-r--r-- | services/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/Android.bp b/services/Android.bp index cecadfd65c6d..bca34f55fddd 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -110,9 +110,10 @@ droidstubs { name: "services-stubs.sources", srcs: [":services-sources"], installable: false, - // TODO: remove the --hide options below 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 + // TODO: remove the --hide options below " --hide-package com.google.android.startop.iorap" + " --hide ReferencesHidden" + " --hide DeprecationMismatch" + |