Merge "Allow com.android.* classes in system_service stubs"
This commit is contained in:
@@ -110,9 +110,10 @@ droidstubs {
|
|||||||
name: "services-stubs.sources",
|
name: "services-stubs.sources",
|
||||||
srcs: [":services-sources"],
|
srcs: [":services-sources"],
|
||||||
installable: false,
|
installable: false,
|
||||||
// TODO: remove the --hide options below
|
|
||||||
args: " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.SYSTEM_SERVER\\)" +
|
args: " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.SYSTEM_SERVER\\)" +
|
||||||
" --hide-annotation android.annotation.Hide" +
|
" --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-package com.google.android.startop.iorap" +
|
||||||
" --hide ReferencesHidden" +
|
" --hide ReferencesHidden" +
|
||||||
" --hide DeprecationMismatch" +
|
" --hide DeprecationMismatch" +
|
||||||
|
|||||||
Reference in New Issue
Block a user