summaryrefslogtreecommitdiff
path: root/chromium/weblayer/shell/android/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/weblayer/shell/android/BUILD.gn')
-rw-r--r--chromium/weblayer/shell/android/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/weblayer/shell/android/BUILD.gn b/chromium/weblayer/shell/android/BUILD.gn
index bc3a270505f..5a6d1f7ff78 100644
--- a/chromium/weblayer/shell/android/BUILD.gn
+++ b/chromium/weblayer/shell/android/BUILD.gn
@@ -203,7 +203,7 @@ android_apk("weblayer_support_apk") {
rebase_path("$root_gen_dir/CHROME_VERSION.json", root_build_dir)
native_lib_version_arg = "@FileArg($_native_lib_file:full-quoted)"
- shared_libraries = [ "//weblayer:libweblayer" ]
+ shared_libraries = [ "//weblayer:libweblayer_test" ]
}
python_library("weblayer_shell_wpt") {