pw_multibuf: Fix Android build

Test: Presubmits
Change-Id: If54b4775483336033293d3802ccc5007d27a542f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/216611
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Matthew Sedam <matthewsedam@google.com>
Reviewed-by: Carlos Chinchilla <cachinchilla@google.com>
This commit is contained in:
Matthew Sedam 2024-06-18 15:29:01 +00:00 committed by CQ Bot Account
parent 3a1996034e
commit 67ea3940b6

View File

@ -48,9 +48,11 @@ cc_library_static {
static_libs: [
"pw_bytes",
"pw_span",
"pw_status",
],
export_static_lib_headers: [
"pw_bytes",
"pw_span",
"pw_status",
],
}