aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2024-02-28 19:23:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-28 19:23:49 +0000
commit54903471035b2442dc3a9bc147b95b7663cd554c (patch)
tree56f860b034adbc674b99ae4db630b5d15a38c8d6
parentb2c6b49f47dae51a81df5248277c00bd6956f260 (diff)
parentc155b83c75492fc4ecfeb564d538ee186c1e202f (diff)
downloadaemu-54903471035b2442dc3a9bc147b95b7663cd554c.tar.gz
Merge "Normalize some Gfxstream library names" into main
-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"],
}