aboutsummaryrefslogtreecommitdiff
path: root/base/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'base/Android.bp')
-rw-r--r--base/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/Android.bp b/base/Android.bp
index d01d66c..e225a82 100644
--- a/base/Android.bp
+++ b/base/Android.bp
@@ -11,7 +11,6 @@ package {
cc_library_static {
name: "gfxstream_base",
defaults: ["gfxstream_defaults"],
- header_libs: ["gfxstream_renderdoc_headers"],
srcs: [
"AlignedBuf.cpp",
"CompressingStream.cpp",
@@ -39,7 +38,8 @@ cc_library_static {
"Tracing.cpp",
"Thread_pthread.cpp",
],
- export_header_lib_headers: ["gfxstream_renderdoc_headers"],
+ header_libs: ["libgfxstream_thirdparty_renderdoc_headers"],
+ export_header_lib_headers: ["libgfxstream_thirdparty_renderdoc_headers"],
static_libs: ["liblz4"],
}