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

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

Merge "Disable native_coverage for libGLESv2"

am: e9574275

Change-Id: I47e92507feeae061a5aff6cf890531f42aeabcd8
parents 51fbe3a9 e9574275
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -201,6 +201,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,
}

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