android: fix executable test data_deps propagation.
gn treats executables as build-time dependencies by default; run-time dependencies of executables are not propagated unless the executable target is explicitly included in data_deps. This was causing issues for android's native executable tests that had data_deps of their own, as those data_deps weren't being propagated from the internal executable target up to the top-level wrapper target. This CL fixes that. Bug: 1041670 Change-Id: I1e8340c473ff1d655364336e705955c376886896 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033984 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#737557}
Showing
Please register or sign in to comment