diff options
-rw-r--r-- | android/allowlists/allowlists.go | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index a39c3688c..d4609f4a4 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -181,6 +181,7 @@ var ( "hardware/interfaces/configstore/1.0": Bp2BuildDefaultTrue, "hardware/interfaces/configstore/1.1": Bp2BuildDefaultTrue, "hardware/interfaces/configstore/utils": Bp2BuildDefaultTrue, + "hardware/interfaces/graphics/allocator/aidl": Bp2BuildDefaultTrue, "hardware/interfaces/graphics/allocator/2.0": Bp2BuildDefaultTrue, "hardware/interfaces/graphics/allocator/3.0": Bp2BuildDefaultTrue, "hardware/interfaces/graphics/allocator/4.0": Bp2BuildDefaultTrue, @@ -331,6 +332,7 @@ var ( "code_coverage.policy", "code_coverage.policy.other", "codec2_soft_exports", + "codecs_g711dec", "com.android.media.swcodec-androidManifest", "com.android.media.swcodec-ld.config.txt", "com.android.media.swcodec-mediaswcodec.rc", @@ -342,6 +344,7 @@ var ( "flatbuffer_headers", "gemmlowp_headers", "gl_headers", + "libaidlcommonsupport", "libandroid_runtime_lazy", "libandroid_runtime_vm_headers", "libaudioclient_aidl_conversion_util", @@ -350,6 +353,7 @@ var ( "libbinder_aidl", "libbinder_headers", "libbinder_headers_platform_shared", + "libbinderthreadstateutils", "libbluetooth-types-header", "libbufferhub_headers", "libcodec2", @@ -359,6 +363,10 @@ var ( "libdvr_headers", "libgsm", "libgui_bufferqueue_sources", + "libgrallocusage", + "libgralloctypes", + "libnativewindow", + "libgraphicsenv", "libhardware", "libhardware_headers", "libincfs_headers", @@ -372,15 +380,28 @@ var ( "libandroidio", "libandroidio_srcs", "libserviceutils", + "libstagefright_amrnbenc", + "libstagefright_amrnbdec", + "libstagefright_amrwbdec", + "libstagefright_amrwbenc", + "libstagefright_amrnb_common", "libstagefright_enc_common", + "libstagefright_flacdec", + "libstagefright_foundation", "libstagefright_foundation_headers", "libstagefright_headers", + "libstagefright_m4vh263dec", + "libstagefright_m4vh263enc", + "libstagefright_mp3dec", + "libstagefright_mp3dec_headers", "libsurfaceflinger_headers", "libsync", "libtextclassifier_hash_headers", "libtextclassifier_hash_static", "libtflite_kernel_utils", "libtinyxml2", + "libgui_aidl", + "libui", "libui-types", "libui_headers", "libvorbisidec", @@ -388,11 +409,22 @@ var ( "media_plugin_headers", "mediaswcodec.policy", "mediaswcodec.xml", + "neuralnetworks_types", + "neuralnetworks_utils_hal_common", + "neuralnetworks_utils_hal_1_0", + "neuralnetworks_utils_hal_1_1", + "neuralnetworks_utils_hal_1_2", + "neuralnetworks_utils_hal_1_3", + "libneuralnetworks_common", "philox_random", "philox_random_headers", "server_configurable_flags", "tensorflow_headers", + "libgui_headers", + "libstagefright_bufferpool@2.0", + "libstagefright_bufferpool@2.0.1", + // fastboot "bootimg_headers", "fastboot", |