commit | 90a90f12ed2051261b31363d79bfb11a6db1cd1a | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Thu Jun 03 18:11:56 2021 +0000 |
committer | Peiyong Lin <lpy@google.com> | Thu Jun 03 18:11:56 2021 +0000 |
tree | c7bb2152648cdc5c201672262216a863097f5746 | |
parent | f3e492125bf0df905e98a138d972c917d8f028db [diff] |
Make sure ANATIVEWINDOW_QUERY_BUFFER_AGE is identified as VNDK API. Previously when we switch to only expose VNDK header, the ANativeWindow_query doesn't properly recognize ANATIVEWINDOW_QUERY_BUFFER_AGE as a VNDK query and hence a -EINVAL was returned. This patch makes sure it is identified and skipped to complete the actual query. Bug: b/189551931 Test: manual Change-Id: I9d4ef74dec3315e661e5a01e7b34a9f97f41fe78