| Index: build/java_apk.gypi
|
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi
|
| index 8354e211becd0e51ba00d01f69736971ed21c0cd..d86e9a6c1ca894269e3b1e1ea2cfbc5f03573797 100644
|
| --- a/build/java_apk.gypi
|
| +++ b/build/java_apk.gypi
|
| @@ -358,7 +358,7 @@
|
| 'action_name': 'pack_arm_relocations',
|
| 'variables': {
|
| 'conditions': [
|
| - ['use_chromium_linker == 1 and use_relocation_packer == 1', {
|
| + ['use_chromium_linker == 1 and use_relocation_packer == 1 and profiling != 1', {
|
| 'enable_packing': 1,
|
| }, {
|
| 'enable_packing': 0,
|
|
|