| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 73eb7c66a4240b2c4c64d62d7571000e02e90126..8f860446159afc60b023f5442e09c14a3dca262e 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -92,9 +92,9 @@
|
| '../remoting/remoting.gyp:remoting_apk',
|
| ],
|
| }],
|
| - ['target_arch == "arm" or target_arch == "arm64"', {
|
| + # TODO: Enable packed relocations for x64. See: b/20532404
|
| + ['target_arch != "x64"', {
|
| 'dependencies': [
|
| - # The relocation packer is currently used only for ARM or ARM64.
|
| '../third_party/android_platform/relocation_packer.gyp:android_relocation_packer_unittests#host',
|
| ],
|
| }],
|
|
|