Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / build / android / pack_arm_relocations.gypi
index e982527..5df1d7e 100644 (file)
 {
   'variables': {
     'input_paths': [],
+    'conditions': [
+      ['target_arch == "arm64"', {
+        'has_relocations_with_addends': 1,
+      }, {
+        'has_relocations_with_addends': 0,
+      }],
+    ],
   },
   'inputs': [
     '<(DEPTH)/build/android/gyp/util/build_utils.py',
@@ -48,6 +55,7 @@
         'python', '<(DEPTH)/build/android/gyp/pack_arm_relocations.py',
         '--configuration-name=<(CONFIGURATION_NAME)',
         '--enable-packing=1',
+        '--has-relocations-with-addends=<(has_relocations_with_addends)',
         '--exclude-packing-list=<@(exclude_packing_list)',
         '--android-pack-relocations=<(PRODUCT_DIR)/relocation_packer',
         '--android-objcopy=<(android_objcopy)',