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

Commit fad6eea1 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."...

Merge "Make sure ANATIVEWINDOW_QUERY_BUFFER_AGE is identified as VNDK API." into sc-dev am: 3acce53a

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

Change-Id: I03196e3e4760488c75c5e96cc5f47532caea769d
parents da38d649 3acce53a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -213,6 +213,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: