summaryrefslogtreecommitdiffstats
path: root/mojo/services/network/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/services/network/BUILD.gn')
-rw-r--r--mojo/services/network/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index e01a567..86893a9 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -11,7 +11,7 @@ if (is_android) {
mojo_android_application("network") {
output_name = "network_service"
- input_so = "$root_out_dir/lib.stripped/libnetwork_service$android_product_extension"
+ input_so = "$root_shlib_dir/${shlib_prefix}network_service$shlib_extension"
input_dex_jar = java_library_path
deps = [
":java_library",