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

Commit bd670b8d authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by android-build-merger
Browse files

Merge "Disable native_coverage for libGLESv2" into qt-dev

am: bf01857c

Change-Id: I2c75773a682e4f17748a3e642e9702ee45343a51
parents 781793f0 bf01857c
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -208,6 +208,10 @@ cc_library_shared {
    defaults: ["gles_libs_defaults"],
    defaults: ["gles_libs_defaults"],
    srcs: ["GLES2/gl2.cpp"],
    srcs: ["GLES2/gl2.cpp"],
    cflags: ["-DLOG_TAG=\"libGLESv2\""],
    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,
}
}


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