Commit 4cc54b40 by Nicolas Capens Committed by Nicolas Capens

Fix Android build after SPIRV-Tools update

Bug: angleproject:4425 Change-Id: I2785b9f5c6f96b2b12eeacf64ff5316355f1ae54 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/41609Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarChris Forbes <chrisforbes@google.com>
parent c1e60dcf
filegroup { //
name: "swiftshader_spirv.core.grammar.json-1.0", // Copyright (C) 2020 The Android Open Source Project
srcs: ["include/spirv/1.0/spirv.core.grammar.json"], //
} // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
filegroup { // You may obtain a copy of the License at
name: "swiftshader_spirv.core.grammar.json-1.1", //
srcs: ["include/spirv/1.1/spirv.core.grammar.json"], // http://www.apache.org/licenses/LICENSE-2.0
} //
// Unless required by applicable law or agreed to in writing, software
filegroup { // distributed under the License is distributed on an "AS IS" BASIS,
name: "swiftshader_spirv.core.grammar.json-1.2", // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
srcs: ["include/spirv/1.2/spirv.core.grammar.json"], // See the License for the specific language governing permissions and
} // limitations under the License.
//
filegroup { filegroup {
name: "swiftshader_spirv.core.grammar.json-unified1", name: "swiftshader_spirv_headers_unified1_spirv.core.grammar.json",
srcs: ["include/spirv/unified1/spirv.core.grammar.json"], srcs: ["include/spirv/unified1/spirv.core.grammar.json"],
} }
filegroup { filegroup {
name: "swiftshader_spirv.glsl.grammar.json", name: "swiftshader_spirv_headers_unified1_extinst.opencl.std.100.grammar.json",
srcs: ["include/spirv/1.2/extinst.glsl.std.450.grammar.json"], srcs: ["include/spirv/unified1/extinst.opencl.std.100.grammar.json"],
} }
filegroup { filegroup {
name: "swiftshader_spirv.opencl.grammar.json", name: "swiftshader_spirv_headers_unified1_extinst.glsl.std.450.grammar.json",
srcs: ["include/spirv/1.2/extinst.opencl.std.100.grammar.json"], srcs: ["include/spirv/unified1/extinst.glsl.std.450.grammar.json"],
} }
filegroup { filegroup {
name: "swiftshader_spirv.registry.xml", name: "swiftshader_spirv_headers_spir-v.xml",
srcs: ["include/spirv/spir-v.xml"], srcs: ["include/spirv/spir-v.xml"],
} }
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