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

Commit f06008a5 authored by Peiyong Lin's avatar Peiyong Lin Committed by Automerger Merge Worker
Browse files

Merge "Make sure ANATIVEWINDOW_QUERY_BUFFER_AGE is identified as VNDK API." am: a6349a7a

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1727585

Change-Id: I6462a00ea9e8e2a5d908a0b4c5504c4a91704c89
parents dc246cf8 a6349a7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -208,6 +208,7 @@ int ANativeWindow_query(const ANativeWindow* window, ANativeWindowQuery what, in
        case ANATIVEWINDOW_QUERY_DEFAULT_WIDTH:
        case ANATIVEWINDOW_QUERY_DEFAULT_HEIGHT:
        case ANATIVEWINDOW_QUERY_TRANSFORM_HINT:
        case ANATIVEWINDOW_QUERY_BUFFER_AGE:
            // these are part of the VNDK API
            break;
        case ANATIVEWINDOW_QUERY_MIN_SWAP_INTERVAL: