diff --git a/tools/android/webgpu/src/main/cpp/BundleLibraries.cmake b/tools/android/webgpu/src/main/cpp/BundleLibraries.cmake index cbc5799f132..840f6da36d2 100644 --- a/tools/android/webgpu/src/main/cpp/BundleLibraries.cmake +++ b/tools/android/webgpu/src/main/cpp/BundleLibraries.cmake @@ -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 $,EXCLUDE,Placeholder\.cpp\.o$>) + list(APPEND all_objects $) endif() endforeach()