commit | aa79d0ad30e56f731a7de8b805a99bbd08ddf371 | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Thu Jun 03 18:11:56 2021 +0000 |
committer | Peiyong Lin <lpy@google.com> | Fri Jun 04 22:59:44 2021 +0000 |
tree | 00fb64119621c1665186ea820e7d226aef72904f | |
parent | ee22bc842bb2362a0bb3a91b49133cefa12daa0b [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. Fixes: b/189551931 Test: manual Change-Id: I9d4ef74dec3315e661e5a01e7b34a9f97f41fe78 Merged-In: I9d4ef74dec3315e661e5a01e7b34a9f97f41fe78