| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index 190cd20414a9b13d681cebcf768508ebdacae617..535c87de6a381a9f4e1fb13ca40f7399d140b0dd 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -1179,9 +1179,9 @@ template("android_apk") {
|
| if (defined(invoker.version_name)) {
|
| _version_name = invoker.version_name
|
| }
|
| - _keystore_path = android_default_keystore_path
|
| - _keystore_name = android_default_keystore_name
|
| - _keystore_password = android_default_keystore_password
|
| + _keystore_path = android_keystore_path
|
| + _keystore_name = android_keystore_name
|
| + _keystore_password = android_keystore_password
|
|
|
| if (defined(invoker.keystore_path)) {
|
| _keystore_path = invoker.keystore_path
|
|
|