ci: Include enough Android headers to let us compile test EGL
authorKristian H. Kristensen <hoegsberg@google.com>
Tue, 28 Jul 2020 22:25:49 +0000 (15:25 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 5 Aug 2020 18:08:07 +0000 (18:08 +0000)
commit932f51d593418c95bf8f56ac9335d5f6c52c1285
tree61ec827763ea1fc4563d8c58a4a09e4fa3b6072e
parent5ae7098ebab1d15fa903d8888a1a73058e5976ff
ci: Include enough Android headers to let us compile test EGL

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112>
51 files changed:
bin/update-android-headers.sh [new file with mode: 0755]
include/android_stub/android/data_space.h [new file with mode: 0644]
include/android_stub/android/hardware_buffer.h [new file with mode: 0644]
include/android_stub/android/hdr_metadata.h [new file with mode: 0644]
include/android_stub/android/log.h [new file with mode: 0644]
include/android_stub/android/native_window.h [new file with mode: 0644]
include/android_stub/android/rect.h [new file with mode: 0644]
include/android_stub/android/sync.h [new file with mode: 0644]
include/android_stub/backtrace/Backtrace.h [new file with mode: 0644]
include/android_stub/backtrace/BacktraceMap.h [new file with mode: 0644]
include/android_stub/backtrace/backtrace_constants.h [new file with mode: 0644]
include/android_stub/cutils/log.h [new file with mode: 0644]
include/android_stub/cutils/native_handle.h [new file with mode: 0644]
include/android_stub/cutils/properties.h [new file with mode: 0644]
include/android_stub/hardware/fb.h [new file with mode: 0644]
include/android_stub/hardware/gralloc.h [new file with mode: 0644]
include/android_stub/hardware/hardware.h [new file with mode: 0644]
include/android_stub/hardware/hwvulkan.h [new file with mode: 0644]
include/android_stub/log/event_tag_map.h [new file with mode: 0644]
include/android_stub/log/log.h [new file with mode: 0644]
include/android_stub/log/log_event_list.h [new file with mode: 0644]
include/android_stub/log/log_id.h [new file with mode: 0644]
include/android_stub/log/log_main.h [new file with mode: 0644]
include/android_stub/log/log_properties.h [new file with mode: 0644]
include/android_stub/log/log_radio.h [new file with mode: 0644]
include/android_stub/log/log_read.h [new file with mode: 0644]
include/android_stub/log/log_safetynet.h [new file with mode: 0644]
include/android_stub/log/log_system.h [new file with mode: 0644]
include/android_stub/log/log_time.h [new file with mode: 0644]
include/android_stub/log/logprint.h [new file with mode: 0644]
include/android_stub/nativebase/nativebase.h [new file with mode: 0644]
include/android_stub/ndk/sync.h [new file with mode: 0644]
include/android_stub/sync/sync.h [new symlink]
include/android_stub/system/camera.h [new file with mode: 0644]
include/android_stub/system/graphics-base-v1.0.h [new file with mode: 0644]
include/android_stub/system/graphics-base-v1.1.h [new file with mode: 0644]
include/android_stub/system/graphics-base-v1.2.h [new file with mode: 0644]
include/android_stub/system/graphics-base.h [new file with mode: 0644]
include/android_stub/system/graphics-sw.h [new file with mode: 0644]
include/android_stub/system/graphics.h [new file with mode: 0644]
include/android_stub/system/radio.h [new file with mode: 0644]
include/android_stub/system/thread_defs.h [new file with mode: 0644]
include/android_stub/system/window.h [new file with mode: 0644]
include/android_stub/vndk/hardware_buffer.h [new file with mode: 0644]
include/android_stub/vndk/window.h [new file with mode: 0644]
include/meson.build
meson.build
meson_options.txt
src/android_stub/android_stub.cpp [new file with mode: 0644]
src/android_stub/meson.build [new file with mode: 0644]
src/meson.build