Index: chrome/browser/android/vr_shell/BUILD.gn |
diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn |
index 619e5b3cf2c91220b37c2fc2f1d715613603463e..c25fb064f59fc7e657074423a6d2a5e1a989bb33 100644 |
--- a/chrome/browser/android/vr_shell/BUILD.gn |
+++ b/chrome/browser/android/vr_shell/BUILD.gn |
@@ -72,8 +72,10 @@ if (current_cpu == "arm" || current_cpu == "arm64") { |
"//ui/gl/init", |
] |
- libs = |
- [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ] |
+ libs = [ |
+ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a", |
+ "android", |
+ ] |
configs += [ "//third_party/gvr-android-sdk:libgvr_config" ] |
} |