| Index: build/java_apk.gypi
|
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi
|
| index 976c90e4a57b4bb1d20e4d68812af29eaecb5d1c..e07ce5a19d5c642f8879d1ff763ba97718a32e0c 100644
|
| --- a/build/java_apk.gypi
|
| +++ b/build/java_apk.gypi
|
| @@ -89,7 +89,8 @@
|
| 'additional_res_packages': [],
|
| 'additional_bundled_libs%': [],
|
| 'is_test_apk%': 0,
|
| - 'extensions_to_not_compress%': '',
|
| + # Allow icu data to be loaded directly from the .apk.
|
| + 'extensions_to_not_compress%': 'dat',
|
| 'resource_input_paths': [],
|
| 'intermediate_dir': '<(PRODUCT_DIR)/<(_target_name)',
|
| 'asset_location%': '<(intermediate_dir)/assets',
|
|
|