mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-31 16:10:16 +00:00
12 lines
422 B
Plaintext
12 lines
422 B
Plaintext
target_os = "android"
|
|
target_cpu = "@TARGET_OS@"
|
|
is_component_build = false
|
|
is_debug = false
|
|
angle_assert_always_on = true # Recommended for debugging. Turn off for performance.
|
|
angle_enable_gl = @ENABLE_GL@
|
|
angle_enable_vulkan = @ENABLE_VULKAN@
|
|
android32_ndk_api_level = @TERMUX_PKG_API_LEVEL@
|
|
android64_ndk_api_level = @TERMUX_PKG_API_LEVEL@
|
|
angle_build_tests = false
|
|
angle_use_vulkan_null_display = @USE_VULKAN_NULL@
|