Skip to content

Commit

Permalink
build: Update Android.bp
Browse files Browse the repository at this point in the history
Change-Id: Ie0333d805c1af934b5d98f52a422cf8780939817
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/171510
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Keir Mierle <[email protected]>
Commit-Queue: Victor Berchet <[email protected]>
  • Loading branch information
Victor Berchet authored and CQ Bot Account committed Sep 18, 2023
1 parent dabecba commit e765c4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions pw_string/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ cc_library_static {
"pw_assert_headers",
"pw_assert_log_headers",
"pw_polyfill_headers",
"pw_result_headers",
],
export_static_lib_headers: [
"pw_status",
],
host_supported: true,
srcs: [
Expand Down
1 change: 1 addition & 0 deletions pw_tokenizer/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cc_library_static {
"fuchsia_sdk_lib_stdcompat",
"pw_assert_headers",
"pw_log_headers",
"pw_log_tokenized_headers",
"pw_log_null_headers",
"pw_polyfill_headers",
"pw_preprocessor_headers",
Expand Down
9 changes: 6 additions & 3 deletions pw_varint/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ cc_library_static {
"pw_assert_log_defaults",
],
header_libs: [
"fuchsia_sdk_lib_stdcompat",
"pw_assert_headers",
"pw_log_headers",
"pw_log_null_headers",
"pw_preprocessor_headers",
"pw_polyfill_headers",
"pw_span_headers",
"pw_preprocessor_headers",
"pw_result_headers",
"pw_span_headers",
],
export_header_lib_headers: [
"pw_polyfill_headers",
"fuchsia_sdk_lib_stdcompat",
"pw_polyfill_headers",
],
static_libs: [
"pw_bytes",
Expand All @@ -43,6 +45,7 @@ cc_library_static {
],
srcs: [
"stream.cc",
"varint_c.c",
"varint.cc",
],
host_supported: true,
Expand Down

0 comments on commit e765c4d

Please sign in to comment.