aboutsummaryrefslogtreecommitdiff
path: root/pw_bytes/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'pw_bytes/Android.bp')
-rw-r--r--pw_bytes/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/pw_bytes/Android.bp b/pw_bytes/Android.bp
index d2950fd86..316debc7c 100644
--- a/pw_bytes/Android.bp
+++ b/pw_bytes/Android.bp
@@ -22,10 +22,14 @@ cc_library_static {
vendor_available: true,
export_include_dirs: ["public"],
header_libs: [
+ "fuchsia_sdk_lib_stdcompat",
"pw_polyfill_headers",
"pw_preprocessor_headers",
"pw_span_headers",
],
+ export_header_lib_headers: [
+ "fuchsia_sdk_lib_stdcompat",
+ ],
host_supported: true,
srcs: [
// Errors with
@@ -37,4 +41,4 @@ cc_library_static {
"pw_containers",
"pw_status",
],
-} \ No newline at end of file
+}