From 1c11c6189773a65d72ffe2e66d7ac9e3df6dfd9d Mon Sep 17 00:00:00 2001 From: Vinh Tran Date: Wed, 25 Oct 2023 10:43:13 -0400 Subject: [PATCH] Temporarily disable swcodec in mixed bulid When aconfig (rust_binary) becomes a transitive dependency of swcodec, mixed build swcodec breaks because the cargo_build_script rust rule declares a directory which is not handled by mixed build yet. See b/307389608 for more context. A follow-up CL will fix the issue and allow enabling swcodec in mixed build again. Bug: 307389608 Test: Presubmit Change-Id: I7ba7b5cd06b231f4867870fe8d0bd53299528fe3 --- android/allowlists/allowlists.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 5b2519d45..9a061f536 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1643,10 +1643,11 @@ var ( "libneuralnetworks", "libneuralnetworks_static", // M13: media.swcodec launch - "com.android.media.swcodec", - "test_com.android.media.swcodec", - "libstagefright_foundation", - "libcodec2_hidl@1.0", + // TODO(b/307389608) Relaunch swcodec after fixing rust dependencies + // "com.android.media.swcodec", + // "test_com.android.media.swcodec", + // "libstagefright_foundation", + // "libcodec2_hidl@1.0", } // Staging-mode allowlist. Modules in this list are only built