mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
meson: drop -DANDROID
Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27374>
This commit is contained in:
parent
53d9debcf4
commit
558aca10b4
1 changed files with 1 additions and 4 deletions
|
|
@ -902,10 +902,7 @@ if with_platform_android
|
|||
dep_android_mapper4 = dependency('android.hardware.graphics.mapper', version : '>= 4.0', required : false)
|
||||
endif
|
||||
endif
|
||||
pre_args += [
|
||||
'-DANDROID',
|
||||
'-DANDROID_API_LEVEL=' + get_option('platform-sdk-version').to_string()
|
||||
]
|
||||
pre_args += '-DANDROID_API_LEVEL=' + get_option('platform-sdk-version').to_string()
|
||||
if get_option('android-strict')
|
||||
pre_args += '-DANDROID_STRICT'
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue