Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3d9ac8d authored by Julien Desprez's avatar Julien Desprez
Browse files

Mark codec2_vndk_test as isolated:false

This currently fails with isolated:true. Marking explicitly false to not block the migration

Change-Id: I07e5146b1b6057eaf0c87dfc07ba7b8a46708777
Test: presubmit
Bug: 178498003
parent 68bd435c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ cc_test {
cc_test {
    name: "codec2_vndk_test",
    test_suites: ["device-tests"],
    // This test doesn't seem to support isolated with current assumption
    isolated: false,

    srcs: [
        "C2_test.cpp",