Commit de3f38a7 by Alexis Hetu Committed by Alexis Hétu

Fix Android.bp following the SPIRV-Tools update

Following the SPIRV-Tools update, Android.bp needs to be manually updated to reflect the changes made in SPIRV-Tools. This change was tested with SwANGLE on Android. Bug: b/123642959 Change-Id: I3ba86796a0a5e75d642ef13a0f06735035f1bd5c Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/43128Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarAntonio Maiorano <amaiorano@google.com> Reviewed-by: 's avatarChris Forbes <chrisforbes@google.com>
parent 1360648d
......@@ -76,8 +76,8 @@ genrule {
],
tool_files: ["utils/generate_language_headers.py"],
cmd:
"$(location) --extinst-name=DebugInfo --extinst-grammar=$(location source/extinst.debuginfo.grammar.json) --extinst-output-base=$$(dirname $(location DebugInfo.h))/DebugInfo; "+
"$(location) --extinst-name=OpenCLDebugInfo100 --extinst-grammar=$(location source/extinst.opencl.debuginfo.100.grammar.json) --extinst-output-base=$$(dirname $(location OpenCLDebugInfo100.h))/OpenCLDebugInfo100; "
"$(location) --extinst-grammar=$(location source/extinst.debuginfo.grammar.json) --extinst-output-path=$(location DebugInfo.h); "+
"$(location) --extinst-grammar=$(location source/extinst.opencl.debuginfo.100.grammar.json) --extinst-output-path=$(location OpenCLDebugInfo100.h); "
}
genrule {
......
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