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

Commit 81dea27e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Temprorarily opt out vrflinger_test from libcrt"

parents 9ef3e962 bab0a4fc
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,
}
}