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

Commit eee0515c authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by Oliver Nguyen
Browse files

Disable native_coverage for libGLESv2

Bug: http://b/116873221
Bug: http://b/133874658

This is just a work around as we investigate a crash in surfaceflinger
on cuttlefish when coverage is enabled.

Test: surfaceflinger no longer crashes on cuttlefish + coverage builds.
Change-Id: Ib2ee9b159accbe7228d4b2f7661aef9f240d7512
(cherry picked from commit 5d7eb4fb)
parent 0683fe79
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -208,6 +208,10 @@ cc_library_shared {
    defaults: ["gles_libs_defaults"],
    srcs: ["GLES2/gl2.cpp"],
    cflags: ["-DLOG_TAG=\"libGLESv2\""],

    // Bug: http://b/133874658  Disable native_coverage as we investigate a
    // crash in surfaceflinger on coverage-enabled cuttlefish builds.
    native_coverage: false,
}

//##############################################################################