Merge "Allow com.android.* classes in system_service stubs" am: c26b2e8f06 am: 2a29a6056c

Change-Id: Ie02f54b2b5125f50ce74fb645f3e0c6958d21c32
This commit is contained in:
Automerger Merge Worker
2020-02-20 13:09:51 +00:00

View File

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