Files
external_libcamera/include/android/meson.build
Mattijs Korpershoek dd4cf500d2 android: Import libutils/libui headers from vndk v33
In order to switch to the more modern GraphicBufferAllocator class, we need
additional compile-time dependencies.

Import all the needed headers from the Android Vendor Native Development
Kit (vndk) and add them to the android_includes.

These have been imported from:
URL: https://android.googlesource.com/platform/prebuilts/vndk/v33/
rev: 390028a9da88 ("Update VNDK snapshot v33 to build 9948968. am: 3042508aee am: 7092391a46")

No changes have been made to the files, besides adding the SPDX comment.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
2026-04-30 16:11:18 +03:00

10 lines
326 B
Meson

# SPDX-License-Identifier: CC0-1.0
android_includes = ([
include_directories('frameworks/native/libs/ui/include/'),
include_directories('hardware/libhardware/include/'),
include_directories('metadata/'),
include_directories('system/core/include'),
include_directories('system/core/libutils/include/'),
])