Skip to content

Commit

Permalink
Change stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Jul 31, 2023
1 parent 0188f9c commit 416f840
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions out/Android-arm/args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ angle_enable_gl_desktop_frontend = true
angle_enable_swiftshader = false

# Disable all shader translator targets except desktop GL (for Vulkan)
angle_enable_essl = true
angle_enable_glsl = true
angle_enable_essl = false
angle_enable_glsl = false
angle_enable_hlsl = false

#angle_enable_commit_id = false

# Disable histogram/protobuf support
angle_has_histograms = false

# Disable _LIBCPP_ABI_UNSTABLE, since it breaks std::string
libcxx_abi_unstable = false
# Use system lib(std)c++, since the Chromium library breaks std::string
use_custom_libcxx = false

# rapidJSON is used for ANGLE's frame capture (among other things), which is unnecessary for AOSP builds.
angle_has_rapidjson = false
8 changes: 4 additions & 4 deletions out/Android-arm64/args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ angle_enable_gl_desktop_frontend = true
angle_enable_swiftshader = false

# Disable all shader translator targets except desktop GL (for Vulkan)
angle_enable_essl = true
angle_enable_glsl = true
angle_enable_essl = false
angle_enable_glsl = false
angle_enable_hlsl = false

#angle_enable_commit_id = false

# Disable histogram/protobuf support
angle_has_histograms = false

# Disable _LIBCPP_ABI_UNSTABLE, since it breaks std::string
libcxx_abi_unstable = false
# Use system lib(std)c++, since the Chromium library breaks std::string
use_custom_libcxx = false

# rapidJSON is used for ANGLE's frame capture (among other things), which is unnecessary for AOSP builds.
angle_has_rapidjson = false
8 changes: 4 additions & 4 deletions out/Android-x64/args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ angle_enable_gl_desktop_frontend = true
angle_enable_swiftshader = false

# Disable all shader translator targets except desktop GL (for Vulkan)
angle_enable_essl = true
angle_enable_glsl = true
angle_enable_essl = false
angle_enable_glsl = false
angle_enable_hlsl = false

#angle_enable_commit_id = false

# Disable histogram/protobuf support
angle_has_histograms = false

# Disable _LIBCPP_ABI_UNSTABLE, since it breaks std::string
libcxx_abi_unstable = false
# Use system lib(std)c++, since the Chromium library breaks std::string
use_custom_libcxx = false

# rapidJSON is used for ANGLE's frame capture (among other things), which is unnecessary for AOSP builds.
angle_has_rapidjson = false

0 comments on commit 416f840

Please sign in to comment.