| Index: remoting/remoting_android.gypi
|
| diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi
|
| index 96c1ce5c97355254ea6fc0e58917ae10748dbc9b..7a79a72efc14727fbbf159d176b2fe5abe98aa4d 100644
|
| --- a/remoting/remoting_android.gypi
|
| +++ b/remoting/remoting_android.gypi
|
| @@ -186,7 +186,7 @@
|
| },
|
| 'includes': [ '../build/java_apk.gypi' ],
|
| 'conditions': [
|
| - ['target_arch == "arm"', {
|
| + ['enable_cardboard == 1 and target_arch == "arm"', {
|
| 'dependencies': [ 'remoting_cardboard_extract_native_lib' ],
|
| 'variables': {
|
| 'extra_native_libs': [ '<(SHARED_LIB_DIR)/libvrtoolkit.so' ],
|
|
|