meson: add log dependency to dep_android

Log library entrypoints are included with android-stub=true.

Reviewed-by: Roman Stratiienko <r.stratiienko@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30345>
This commit is contained in:
C Stout
2024-07-24 06:47:33 -07:00
committed by Marge Bot
parent f3ef27e0b9
commit 67aadd4f0b
2 changed files with 2 additions and 1 deletions

View File

@@ -863,6 +863,7 @@ if with_platform_android
dep_android = [
dependency('cutils'),
dependency('hardware'),
dependency('log'),
dependency('sync'),
]
if with_libbacktrace