Commit a09052ea by Tim Van Patten Committed by Angle LUCI CQ

generate_android_bp.py: Don't include buildtools/third_party/libc++/

The buildtools/ directory is not included in the AOSP version of ANGLE and is unnecessary, so update generate_android_bp.py to filter out that include directory. Bug: b/187342779 Change-Id: I3a2d0506ac53f7d369597c797fffb211ffde41f1 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2995382Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Commit-Queue: Tim Van Patten <timvp@google.com>
parent ec8cdd5d
...@@ -187,6 +187,7 @@ third_party_target_allowlist = [ ...@@ -187,6 +187,7 @@ third_party_target_allowlist = [
] ]
include_blocklist = [ include_blocklist = [
'//buildtools/third_party/libc++/',
'//out/Android/gen/third_party/vulkan-deps/glslang/src/include/', '//out/Android/gen/third_party/vulkan-deps/glslang/src/include/',
'//third_party/android_ndk/sources/android/cpufeatures/', '//third_party/android_ndk/sources/android/cpufeatures/',
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment