summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-09-22 10:55:53 -0700
committerMarge Bot <eric+marge@anholt.net>2020-10-19 18:41:50 +0000
commite92f4ac9f46848a5d0eab482b867c1f3f1c15b68 (patch)
treed518a77517a5a9e8d03a2d6e3e6c8b3031274093 /bin
parent72799886e7e10202e2756ad93fd93d59b11f900b (diff)
android_stub: Update platform headers to include gralloc1.h.
This header is used in anv and radv, and soon turnip. Since the script just checks out master, this also bumps the headers to upstream 02dfcc7c1562 ("Merge "Merge Android R"") Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6821>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-android-headers.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/update-android-headers.sh b/bin/update-android-headers.sh
index df5cf16a328..43473d8a289 100755
--- a/bin/update-android-headers.sh
+++ b/bin/update-android-headers.sh
@@ -27,6 +27,7 @@ cp -av platform-frameworks-native/libs/nativewindow/include/vndk \
platform-system-core/libbacktrace/include/backtrace \
platform-system-core/libsystem/include/system \
platform-system-core/liblog/include/log \
+ platform-frameworks-native/libs/nativewindow/include/apex \
platform-frameworks-native/libs/nativewindow/include/system \
platform-frameworks-native/libs/nativebase/include/nativebase \
${dest}
@@ -35,7 +36,7 @@ cp -av platform-frameworks-native/libs/nativewindow/include/vndk \
# 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,fb}.h ${dest}/hardware
+cp -av platform-hardware-libhardware/include/hardware/{hardware,gralloc,gralloc1,fb}.h ${dest}/hardware
cp -av platform-frameworks-native/vulkan/include/hardware/hwvulkan.h ${dest}/hardware
mkdir ${dest}/cutils