| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index b0c8c6ce4e3e21950bfd6482fcb1b3a6183828f7..816be5bd6151cc4f1a571604716d4ebfde95bf1d 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -1612,8 +1612,8 @@ template("android_apk") {
|
| if (defined(invoker.extensions_to_not_compress)) {
|
| extensions_to_not_compress = invoker.extensions_to_not_compress
|
| } else {
|
| - # Allow icu data to be loaded directly from the .apk.
|
| - extensions_to_not_compress = "dat"
|
| + # Allow icu data and v8 snapshots to be loaded directly from the .apk.
|
| + extensions_to_not_compress = "dat,bin"
|
| }
|
|
|
| version_code = _version_code
|
|
|