diff options
-rw-r--r-- | android/allowlists/allowlists.go | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index d50670517..5203fa085 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1411,18 +1411,20 @@ var ( "unwind", "unwind_info", "unwind_symbols", - "libc_malloc_debug", - "libfdtrack", - "mediaswcodec", - "libcodec2_hidl@1.0", "libEGL", - "libstagefright_bufferqueue_helper_novndk", "libGLESv2", + "libc_malloc_debug", + "libcodec2_hidl@1.0", "libcodec2_hidl@1.1", - "libmedia_codecserviceregistrant", "libcodec2_hidl@1.2", + "libfdtrack", + "libgui", + "libgui_bufferqueue_static", + "libmedia_codecserviceregistrant", + "libstagefright_bufferqueue_helper_novndk", "libutils_test", "libutilscallstack", + "mediaswcodec", } // Bazel prod-mode allowlist. Modules in this list are built by Bazel |