| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index 021a7a04f2498077cb6b2407861df0365d460578..5658303084abe892889eef510755f497d511e2cd 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -998,6 +998,12 @@ template("android_library") {
|
| if (defined(invoker.dex_path)) {
|
| dex_path = invoker.dex_path
|
| }
|
| + if (defined(invoker.manifest_entries)) {
|
| + manifest_entries = invoker.manifest_entries
|
| + }
|
| + if (defined(invoker.main_class)) {
|
| + main_class = invoker.main_class
|
| + }
|
|
|
| supports_android = true
|
| requires_android = true
|
|
|