commit | fff23909b5b3c8bfcb83f3099d7ad598a85c9e62 | [log] [tgz] |
---|---|---|
author | Matt Buckley <mattbuckley@google.com> | Wed Nov 27 21:54:48 2024 +0000 |
committer | Matt Buckley <mattbuckley@google.com> | Wed Nov 27 21:54:48 2024 +0000 |
tree | 4e45f8f28369fd2d06ae5e1d59957d5066f7ea06 | |
parent | 7dd4415a0a55af8a32da9dda3f3da5e2ed04a4b0 [diff] [blame] |
Fix c compat issues Bug: 381293544 Change-Id: Ied40d74f9f96e647aa56500b7ed04c573be24b98 Test: build Flag: EXEMPT NDK
diff --git a/include/android/performance_hint.h b/include/android/performance_hint.h index 75a8bd4..ca86c27 100644 --- a/include/android/performance_hint.h +++ b/include/android/performance_hint.h
@@ -152,6 +152,9 @@ */ typedef struct APerformanceHintSession APerformanceHintSession; +typedef struct ANativeWindow ANativeWindow; +typedef struct ASurfaceControl ASurfaceControl; + /** * Acquire an instance of the performance hint manager. *