Skip to content

Commit

Permalink
*: Update Android.bp after GetAlignedSubspan move
Browse files Browse the repository at this point in the history
9c7d879 moved some files around
but didn't update the corresponding Android.bp files.

Change-Id: Ib8c3a0d54a45f30486a992e8782fb30f947aab12
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/210518
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Carlos Chinchilla <[email protected]>
Commit-Queue: Taylor Cramer <[email protected]>
Pigweed-Auto-Submit: Taylor Cramer <[email protected]>
  • Loading branch information
cramertj authored and CQ Bot Account committed May 20, 2024
1 parent 6e1b3f4 commit 22a0e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion pw_allocator/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ cc_library {
srcs: [
"allocator.cc",
"allocator_as_pool.cc",
"buffer.cc",
"block.cc",
"chunk_pool.cc",
"deallocator.cc",
Expand Down
3 changes: 2 additions & 1 deletion pw_bytes/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ 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 22a0e55

Please sign in to comment.