Skip to content

Commit

Permalink
pw_bytes: Restore byte_builder.cc in Android.bp
Browse files Browse the repository at this point in the history
Test: Build a target depending on this in Android
Change-Id: I138e0d8f5dec1ba45da0b7bf7c004dd63fe85c15
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/246092
Reviewed-by: Matthew Sedam <[email protected]>
Pigweed-Auto-Submit: Jonathon Reinhart <[email protected]>
Reviewed-by: Rob Mohr <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Jonathon Reinhart <[email protected]>
Docs-Not-Needed: Jonathon Reinhart <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
  • Loading branch information
JonathonReinhart authored and CQ Bot Account committed Nov 4, 2024
1 parent 30519ca commit 6329e8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pw_bytes/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ cc_library_static {
host_supported: true,
srcs: [
"alignment.cc",
// Errors with
// "no member named 'contiguous_iterator_tag' in namespace 'std'"
// Updating libc++ will fix this.
// "byte_builder.cc",
"byte_builder.cc",
],
static_libs: [
"pw_containers",
Expand Down

0 comments on commit 6329e8d

Please sign in to comment.