aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2024-02-27 10:04:12 -0800
committerJason Macnak <natsu@google.com>2024-02-27 10:04:12 -0800
commitc155b83c75492fc4ecfeb564d538ee186c1e202f (patch)
treece3c88fc1eaeaf6331c12fd8c3dc14a77aa165b1
parenteecdb3d3c118ff96c1e93f825887239aa4b631bb (diff)
downloadaemu-c155b83c75492fc4ecfeb564d538ee186c1e202f.tar.gz
Normalize some Gfxstream library names
Bug: n/a Test: presubmit Change-Id: I7a3fd7ac801d5da266fb9be5b84f3438db707eb7
-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"],
}