Skip to content

Commit

Permalink
Remove filtering of Placeholder.cpp file in the bundle that is no lon…
Browse files Browse the repository at this point in the history
…ger present.

Bug: 345434454
Change-Id: I465499c3eea4674e4718b92413a3d5feb7ee6373
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194140
Commit-Queue: Jim Blackler <[email protected]>
Commit-Queue: Corentin Wallez <[email protected]>
Auto-Submit: Jim Blackler <[email protected]>
Reviewed-by: Corentin Wallez <[email protected]>
  • Loading branch information
jimblacklercorp authored and Dawn LUCI CQ committed Jun 17, 2024
1 parent 24e5c13 commit 7fcbe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android/webgpu/src/main/cpp/BundleLibraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function(bundle_libraries output_target)
foreach(dependency IN LISTS all_dependencies)
get_target_property(type ${dependency} TYPE)
if(${type} STREQUAL "STATIC_LIBRARY")
list(APPEND all_objects $<FILTER:$<TARGET_OBJECTS:${dependency}>,EXCLUDE,Placeholder\.cpp\.o$>)
list(APPEND all_objects $<TARGET_OBJECTS:${dependency}>)
endif()
endforeach()

Expand Down

0 comments on commit 7fcbe49

Please sign in to comment.