From fff23909b5b3c8bfcb83f3099d7ad598a85c9e62 Mon Sep 17 00:00:00 2001 From: Matt Buckley Date: Wed, 27 Nov 2024 21:54:48 +0000 Subject: Fix c compat issues Bug: 381293544 Change-Id: Ied40d74f9f96e647aa56500b7ed04c573be24b98 Test: build Flag: EXEMPT NDK --- include/android/performance_hint.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/android') diff --git a/include/android/performance_hint.h b/include/android/performance_hint.h index 75a8bd49fc..ca86c2730f 100644 --- a/include/android/performance_hint.h +++ b/include/android/performance_hint.h @@ -152,6 +152,9 @@ typedef struct ASessionCreationConfig ASessionCreationConfig; */ typedef struct APerformanceHintSession APerformanceHintSession; +typedef struct ANativeWindow ANativeWindow; +typedef struct ASurfaceControl ASurfaceControl; + /** * Acquire an instance of the performance hint manager. * -- cgit v1.2.3-59-g8ed1b