Commit 2ef66b69 by Jason Macnak

[android] Add missing lib to _common_debug target

The libswiftshader_common_debug target adds debug.cpp which uses utils/String8.h from libutils. Bug: b/138239233 Change-Id: I7b078e47e56e02d12e44e21a42679a4cd4b6b6df Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/36528Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarJason Macnak <natsu@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent 234dcc19
......@@ -230,6 +230,10 @@ cc_defaults {
srcs: [ "OpenGL/common/debug.cpp" ],
defaults: [ "libswiftshader_debug", "libswiftshader_common_defaults" ],
shared_libs: [
"libutils",
],
}
cc_library_static {
......
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