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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user