From 9a01a5590aba9df8ecac7a3e20ca1fb46f21d6ee Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Tue, 5 May 2026 14:33:23 -0700 Subject: [PATCH] android_stub: fix libhardware source include path Acked-by: Valentine Burley Part-of: --- bin/update-android-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-android-headers.sh b/bin/update-android-headers.sh index dcd1687e87d..b3578e100c2 100755 --- a/bin/update-android-headers.sh +++ b/bin/update-android-headers.sh @@ -46,7 +46,7 @@ cp -av \ # We only need a few files from these big directories so just copy those mkdir ${dest}/hardware -cp -av platform-hardware-libhardware/include/hardware/{hardware,gralloc,gralloc1,fb}.h ${dest}/hardware +cp -av platform-hardware-libhardware/include_all/hardware/{hardware,gralloc,gralloc1,fb}.h ${dest}/hardware cp -av platform-frameworks-native/vulkan/include/hardware/hwvulkan.h ${dest}/hardware mkdir ${dest}/cutils