OSDN Git Service

Fix Android.bp following the SPIRV-Tools update
[android-x86/external-swiftshader.git] / third_party / SPIRV-Tools / Android.bp
index 8c8ef6c..765f90a 100644 (file)
@@ -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 {