summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2020-06-24 16:59:36 -0700
committerAurimas Liutikas <aurimas@google.com>2020-06-24 16:59:36 -0700
commit4d62acd79bbd9bfd3e32eba9a9a69851e85514ce (patch)
tree93cc0b9a35868d5a034c95ab27d75e9486e57275
parent0ad81868dad3d9c91569cd99e8da7fe47a6e3d6e (diff)
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
-rw-r--r--services/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/Android.bp b/services/Android.bp
index 57d9a3850e86..581edceea1cb 100644
--- a/services/Android.bp
+++ b/services/Android.bp
@@ -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"],