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

Commit 4f8ce353 authored by Steven Moreland's avatar Steven Moreland
Browse files

opengl stubs: update for no implicit sp

Required to enable ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION

Bug: 393013610
Test: boot
Change-Id: I790a22f3bfcbc988b0db93f4105254f1f61ab647
parent 3741f955
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ not_valid_surface:
    if (producer == NULL)
        goto not_valid_surface;

    window = new android::Surface(producer, true);
    window = android::sp<android::Surface>::make(producer, true);

    if (window == NULL)
        goto not_valid_surface;