Skip to content

Commit fff2390

Browse files
committed
Fix c compat issues
Bug: 381293544 Change-Id: Ied40d74f9f96e647aa56500b7ed04c573be24b98 Test: build Flag: EXEMPT NDK
1 parent 7dd4415 commit fff2390

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/android/performance_hint.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ typedef struct ASessionCreationConfig ASessionCreationConfig;
152152
*/
153153
typedef struct APerformanceHintSession APerformanceHintSession;
154154

155+
typedef struct ANativeWindow ANativeWindow;
156+
typedef struct ASurfaceControl ASurfaceControl;
157+
155158
/**
156159
* Acquire an instance of the performance hint manager.
157160
*

0 commit comments

Comments
 (0)