Commit d392af02 by Jason Macnak Committed by Commit Bot

Update roll AOSP scripts to reflect vulkan-deps subdirectory

Performing a roll with this changes produces https://android-review.googlesource.com/c/1548235 Bug: b/147316305 Bug: angleproject:5456 Test: scripts/roll_aosp.sh && m ANGLE Change-Id: I0f5a698e81a1299abde7cfccb4e1467c8dc02aad Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2625168 Commit-Queue: Tim Van Patten <timvp@google.com> Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 0056151c
......@@ -164,7 +164,7 @@ target_blockist = [
]
include_blocklist = [
'//out/Android/gen/third_party/glslang/src/include/',
'//out/Android/gen/third_party/vulkan-deps/glslang/src/include/',
]
......@@ -354,8 +354,10 @@ def gn_action_args_to_blueprint_args(blueprint_inputs, blueprint_outputs, args):
# path. b/150457277
remap_folders = [
# Specific special-cases first, since the other will strip the prefixes.
('gen/third_party/glslang/src/include/glslang/build_info.h', 'glslang/build_info.h'),
('third_party/glslang/src', 'external/angle/third_party/glslang/src'),
('gen/third_party/vulkan-deps/glslang/src/include/glslang/build_info.h',
'glslang/build_info.h'),
('third_party/vulkan-deps/glslang/src',
'external/angle/third_party/vulkan-deps/glslang/src'),
('../../', ''),
('gen/', ''),
]
......
......@@ -22,19 +22,20 @@ GN_OUTPUT_DIRECTORY=out/Android
deps=(
"third_party/abseil-cpp"
"third_party/spirv-tools/src"
"third_party/glslang/src"
"third_party/spirv-headers/src"
"third_party/vulkan-headers/src"
"third_party/jsoncpp"
"third_party/jsoncpp/source"
"third_party/vulkan-deps/glslang/src"
"third_party/vulkan-deps/spirv-headers/src"
"third_party/vulkan-deps/spirv-tools/src"
"third_party/vulkan-deps/vulkan-headers/src"
"third_party/vulkan_memory_allocator"
"third_party/zlib"
)
# Only add the parts of NDK that are required by ANGLE. The entire dep is too large.
# Only add the parts of NDK and vulkan-deps that are required by ANGLE. The entire dep is too large.
delete_only_deps=(
"third_party/android_ndk"
"third_party/vulkan-deps"
)
add_only_deps=(
......
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