Commit 34951b79 by Sylvain Defresne Committed by Commit Bot

build: Remove no-op calls to set_sources_assignment_filter

Chromiun no longer use set_sources_assignment_filter() anywhere in the build, so these are no longer needed. Bug: chromium:1018739 Change-Id: Ibaf8c11c29fc0bbd63afded3e4a52bd5e07a8283 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2456588Reviewed-by: 's avatarNico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org>
parent a51c2a0b
......@@ -184,8 +184,6 @@ foreach(is_shared_library,
}
if (is_android) {
# To prevent linux sources filtering on android
set_sources_assignment_filter([])
libs += [
"android",
"log",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment