Switch gen_snapshot from Android's one to elinux's one (#82)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user