| Index: remoting/android/BUILD.gn
|
| diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
|
| index 4a1b3e0235cf98af70a5adbd9b47195651f63792..fbe6c750c3b129424cfbdd204366dc5c3225c72a 100644
|
| --- a/remoting/android/BUILD.gn
|
| +++ b/remoting/android/BUILD.gn
|
| @@ -106,7 +106,7 @@ remoting_android_client_java_tmpl("remoting_android_client_java") {
|
| remoting_google_play_services_library = google_play_services_library
|
| }
|
|
|
| -if (target_cpu == "arm") {
|
| +if (current_cpu == "arm") {
|
| action("remoting_cardboard_extract_native_lib") {
|
| script = "//remoting/tools/extract_android_native_lib.py"
|
| sources = [
|
|
|