Skip to content

Commit a37901d

Browse files
authored
Pass supports_android attribute through in java_prebuilt (flutter#73)
flutter/flutter#10072
1 parent 602f652 commit a37901d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/config/android/rules.gni

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,9 @@ template("java_prebuilt") {
10591059
if (defined(invoker.proguard_preprocess)) {
10601060
proguard_preprocess = invoker.proguard_preprocess
10611061
}
1062+
if (defined(invoker.supports_android) && invoker.supports_android) {
1063+
supports_android = true
1064+
}
10621065
}
10631066
}
10641067

0 commit comments

Comments
 (0)