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:
@@ -863,6 +863,7 @@ if with_platform_android
|
||||
dep_android = [
|
||||
dependency('cutils'),
|
||||
dependency('hardware'),
|
||||
dependency('log'),
|
||||
dependency('sync'),
|
||||
]
|
||||
if with_libbacktrace
|
||||
|
Reference in New Issue
Block a user