Skip to content

Commit

Permalink
pw_containers: Fix Android.bp for intrusive_list
Browse files Browse the repository at this point in the history
Change-Id: I19b4240dda50f7e90e565f9442ba610dcf0620d5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237432
Reviewed-by: Carlos Chinchilla <[email protected]>
Commit-Queue: Matthew Sedam <[email protected]>
Lint: Lint 🤖 <[email protected]>
Docs-Not-Needed: Matthew Sedam <[email protected]>
  • Loading branch information
Matthew Sedam authored and CQ Bot Account committed Sep 23, 2024
1 parent d0e975b commit 4c5e994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_containers/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ cc_library_static {
],
host_supported: true,
srcs: [
"intrusive_list.cc",
"intrusive.cc",
],
}

0 comments on commit 4c5e994

Please sign in to comment.