aboutsummaryrefslogtreecommitdiff
path: root/pw_string
diff options
context:
space:
mode:
authorMatt Stokes <matthewbstokes@google.com>2023-04-27 00:06:38 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-27 00:06:38 +0000
commit292b72c879a6572b0314632f3ab777efb8d9202b (patch)
tree766d4b5fa15a032348f4eb29604268fc6b12b094 /pw_string
parentd6c7ca059af431d1825670e91036ee8387058c5d (diff)
downloadpigweed-292b72c879a6572b0314632f3ab777efb8d9202b.tar.gz
pw_string: Android.bp export headers
- Export polyfill headers Change-Id: I46b9a57cad4689fe3118bc8430c16aaa0bf7c2b6 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/142590 Commit-Queue: Matt Stokes <matthewbstokes@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Chinchilla <cachinchilla@google.com>
Diffstat (limited to 'pw_string')
-rw-r--r--pw_string/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/pw_string/Android.bp b/pw_string/Android.bp
index f253e2b11..f35d8ec80 100644
--- a/pw_string/Android.bp
+++ b/pw_string/Android.bp
@@ -31,6 +31,9 @@ cc_library_static {
"pw_result_headers",
"pw_span_headers",
],
+ export_header_lib_headers: [
+ "pw_polyfill_headers",
+ ],
host_supported: true,
srcs: [
"format.cc",
@@ -40,4 +43,4 @@ cc_library_static {
static_libs: [
"pw_status",
],
-} \ No newline at end of file
+}