aboutsummaryrefslogtreecommitdiff
path: root/pw_string/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'pw_string/Android.bp')
-rw-r--r--pw_string/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/pw_string/Android.bp b/pw_string/Android.bp
index e60a149a1..01be7887d 100644
--- a/pw_string/Android.bp
+++ b/pw_string/Android.bp
@@ -22,6 +22,7 @@ cc_library_static {
vendor_available: true,
export_include_dirs: ["public"],
header_libs: [
+ "fuchsia_sdk_lib_stdcompat",
"pw_assert_headers",
"pw_assert_log_headers",
"pw_log_headers",
@@ -31,6 +32,15 @@ cc_library_static {
"pw_result_headers",
"pw_span_headers",
],
+ export_header_lib_headers: [
+ "pw_assert_headers",
+ "pw_assert_log_headers",
+ "pw_polyfill_headers",
+ "pw_result_headers",
+ ],
+ export_static_lib_headers: [
+ "pw_status",
+ ],
host_supported: true,
srcs: [
"format.cc",