Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: remoting/android/remoting_apk_tmpl.gni

Issue 2038113002: 💰 target_cpu -> current_cpu in remoting/android/BUILD.gn, remoting_apk_tmpl.gni (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@monochrome
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/remoting_apk_tmpl.gni
diff --git a/remoting/android/remoting_apk_tmpl.gni b/remoting/android/remoting_apk_tmpl.gni
index 1af1b94a4173949bff2967c985393a815a2dda16..db9d24d7e17000cd268ac1f8073493f7392197fb 100644
--- a/remoting/android/remoting_apk_tmpl.gni
+++ b/remoting/android/remoting_apk_tmpl.gni
@@ -17,7 +17,7 @@ template("remoting_apk_tmpl") {
"//remoting/android:remoting_client_jni",
]
- if (remoting_enable_cardboard && target_cpu == "arm") {
+ if (remoting_enable_cardboard && current_cpu == "arm") {
deps += [ "//remoting/android:remoting_cardboard_extract_native_lib" ]
loadable_modules = [ "$root_out_dir/libvrtoolkit.so" ]
}
« no previous file with comments | « remoting/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698