Stop hiding ReferencesHidden

There do not seem to be any ReferencesHidden issues
in this target. If there would be, we would not want
public APIs exposing hidden types anyway.

Test: make -j
Change-Id: I5bf57e080580b493a9f0281f0ee8ed3b539ae6d5
This commit is contained in:
Aurimas Liutikas
2020-06-24 16:59:36 -07:00
parent 0ad81868da
commit 4d62acd79b

View File

@@ -111,7 +111,6 @@ droidstubs {
" --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" +
" --hide HiddenTypedefConstant",
visibility: ["//visibility:private"],