Switch gen_snapshot from Android's one to elinux's one (#82)

This commit is contained in:
Hidenori Matsubayashi
2022-02-21 16:31:12 +09:00
committed by GitHub
parent 122afc884c
commit 3050096d46
6 changed files with 96 additions and 3 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ class ELinuxBuildCommand extends BuildCommand {
}
}
class BuildPackageCommand extends BuildSubCommand with ELinuxExtension {
class BuildPackageCommand extends BuildSubCommand
with ELinuxExtension, ELinuxRequiredArtifacts {
/// See: [BuildApkCommand] in `build_apk.dart`
BuildPackageCommand({bool verboseHelp = false})
: super(verboseHelp: verboseHelp) {