@@ -109,20 +109,6 @@ build_libdart_builtin("libdart_builtin_product_linux_arm64") {
109109 ]
110110}
111111
112- build_libdart_builtin (" libdart_builtin_product_linux_arm" ) {
113- extra_configs = [
114- " ..:dart_product_config" ,
115- " ..:dart_linux_arm_config" ,
116- ]
117- }
118-
119- build_libdart_builtin (" libdart_builtin_product_linux_riscv64" ) {
120- extra_configs = [
121- " ..:dart_product_config" ,
122- " ..:dart_linux_riscv64_config" ,
123- ]
124- }
125-
126112template (" build_native_assets_api" ) {
127113 extra_configs = []
128114 if (defined (invoker .extra_configs )) {
@@ -380,33 +366,6 @@ build_gen_snapshot("gen_snapshot_product_linux_arm64") {
380366 " ../platform:libdart_platform_precompiler_product_linux_arm64" ,
381367 ]
382368}
383-
384- build_gen_snapshot (" gen_snapshot_product_linux_arm" ) {
385- extra_configs = [
386- " ..:dart_product_config" ,
387- " ..:dart_linux_arm_config" ,
388- ]
389- extra_deps = [
390- " :gen_snapshot_dart_io_product_linux_arm" ,
391- " :libdart_builtin_product_linux_arm" ,
392- " ..:libdart_precompiler_product_linux_arm" ,
393- " ../platform:libdart_platform_precompiler_product_linux_arm" ,
394- ]
395- }
396-
397- build_gen_snapshot (" gen_snapshot_product_linux_riscv64" ) {
398- extra_configs = [
399- " ..:dart_product_config" ,
400- " ..:dart_linux_riscv64_config" ,
401- ]
402- extra_deps = [
403- " :gen_snapshot_dart_io_product_linux_riscv64" ,
404- " :libdart_builtin_product_linux_riscv64" ,
405- " ..:libdart_precompiler_product_linux_riscv64" ,
406- " ../platform:libdart_platform_precompiler_product_linux_riscv64" ,
407- ]
408- }
409-
410369build_gen_snapshot (" gen_snapshot_host_targeting_host" ) {
411370 extra_configs = [ " ..:dart_maybe_product_config" ]
412371 extra_deps = [
@@ -509,20 +468,6 @@ build_gen_snapshot_dart_io("gen_snapshot_dart_io_product_linux_arm64") {
509468 ]
510469}
511470
512- build_gen_snapshot_dart_io (" gen_snapshot_dart_io_product_linux_arm" ) {
513- extra_configs = [
514- " ..:dart_product_config" ,
515- " ..:dart_linux_arm_config" ,
516- ]
517- }
518-
519- build_gen_snapshot_dart_io (" gen_snapshot_dart_io_product_linux_riscv64" ) {
520- extra_configs = [
521- " ..:dart_product_config" ,
522- " ..:dart_linux_riscv64_config" ,
523- ]
524- }
525-
526471# A source set for the implementation of 'dart:io' library.
527472template (" dart_io" ) {
528473 extra_configs = []
0 commit comments