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

Commit bab0a4fc authored by Jiwen 'Steve' Cai's avatar Jiwen 'Steve' Cai
Browse files

Temprorarily opt out vrflinger_test from libcrt

Bug: 118620870
Test: vrflinger_test
Change-Id: Ica30ffc65a83b8191b879d3c810951c7b258e2d7
parent a09147e1
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -34,4 +34,7 @@ cc_test {
    ],
    ],
    cppflags: ["-std=c++1z"],
    cppflags: ["-std=c++1z"],
    name: "vrflinger_test",
    name: "vrflinger_test",

    // TODO(b/117568153): Temporarily opt out using libcrt.
    no_libcrt: true,
}
}