diff options
author | 2023-04-07 22:13:20 +0000 | |
---|---|---|
committer | 2023-04-07 22:18:19 +0000 | |
commit | f25bdf4643f0c0f7e31077cfd1b5e59cb2ff8a6a (patch) | |
tree | 659c5476dc8bd6f07f208e664c8cbcb9b2048399 | |
parent | 7bfe443875545025a4e36caa43792c743cd73434 (diff) |
Remove completed TODO in android/visibility.go
Remove fixed TODO(b/130796911) as it is marked fixed.
Defaults_visibility prop works as intended.
Test: none
Change-Id: I4277e9b8886f9196f6265aa63ec29dca68f5aca7
-rw-r--r-- | android/visibility.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/visibility.go b/android/visibility.go index 5955133d4..3130135f1 100644 --- a/android/visibility.go +++ b/android/visibility.go @@ -47,7 +47,6 @@ import ( // the dependency. If it cannot then an error is reported. // // TODO(b/130631145) - Make visibility work properly with prebuilts. -// TODO(b/130796911) - Make visibility work properly with defaults. // Patterns for the values that can be specified in visibility property. const ( |