| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index 6649a67f44367972c8a1d68623452a94e5246188..8e9362f4c8e1cf817bc5cc57b9a64bdb5d2d100d 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -1749,6 +1749,9 @@ if (enable_java_templates) {
|
| if (is_java_debug || dcheck_always_on) {
|
| defines += [ "_DCHECK_IS_ON" ]
|
| }
|
| + if (is_official_build) {
|
| + defines += [ "IS_OFFICIAL_BUILD" ]
|
| + }
|
| defines += [
|
| "COMPRESSED_LOCALE_LIST=" +
|
| "@FileArg($_rebased_build_config:compressed_locales_java_list)",
|
|
|