Commit 47d879a7 by Chris Forbes

Include reactor debug functions in Android build

Change-Id: Id110c8775a1ea905e4025225c3a72a5a4364de11 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/29771 Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarBen Clayton <bclayton@google.com> Tested-by: 's avatarChris Forbes <chrisforbes@google.com>
parent b328e0d3
...@@ -178,6 +178,7 @@ cc_defaults { ...@@ -178,6 +178,7 @@ cc_defaults {
"Reactor/LLVMReactor.cpp", "Reactor/LLVMReactor.cpp",
"Reactor/Routine.cpp", "Reactor/Routine.cpp",
"Reactor/LLVMRoutine.cpp", "Reactor/LLVMRoutine.cpp",
"Reactor/Debug.cpp",
], ],
cflags: [ cflags: [
...@@ -198,6 +199,7 @@ cc_defaults { ...@@ -198,6 +199,7 @@ cc_defaults {
"Reactor/LLVMReactor.cpp", "Reactor/LLVMReactor.cpp",
"Reactor/Routine.cpp", "Reactor/Routine.cpp",
"Reactor/LLVMRoutine.cpp", "Reactor/LLVMRoutine.cpp",
"Reactor/Debug.cpp",
], ],
cflags: [ cflags: [
...@@ -225,6 +227,7 @@ cc_defaults { ...@@ -225,6 +227,7 @@ cc_defaults {
"Reactor/SubzeroReactor.cpp", "Reactor/SubzeroReactor.cpp",
"Reactor/Routine.cpp", "Reactor/Routine.cpp",
"Reactor/Optimizer.cpp", "Reactor/Optimizer.cpp",
"Reactor/Debug.cpp",
], ],
static_libs: [ static_libs: [
......
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