mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-19 16:52:16 +00:00
13 lines
482 B
Plaintext
13 lines
482 B
Plaintext
target_os = "android"
|
|
target_cpu = "@TARGET_OS@"
|
|
is_component_build = false
|
|
is_debug = false
|
|
angle_assert_always_on = false # 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@
|
|
angle_expose_non_conformant_extensions_and_versions = true
|