Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove java_double_host_api
  • Loading branch information
stuartmorgan-g committed Feb 16, 2023
commit 769e7e22546ff21d5ff57b1b1c0dcd79339e6650
4 changes: 4 additions & 0 deletions packages/pigeon/pigeons/core_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,10 @@ abstract class FlutterIntegrationCoreApi {
}

/// An API that can be implemented for minimal, compile-only tests.
//
// This is also here to test that multiple host APIs can be generated
// successfully in all languages (e.g., in Java where it requires having a
// wrapper class).
@HostApi()
abstract class HostTrivialApi {
void noop();
Expand Down
21 changes: 0 additions & 21 deletions packages/pigeon/pigeons/java_double_host_api.dart

This file was deleted.

1 change: 0 additions & 1 deletion packages/pigeon/tool/shared/generation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Future<int> generatePigeons({required String baseDir}) async {
'core_tests',
'enum_args',
'enum',
'java_double_host_api',
'message',
'multiple_arity',
'non_null_fields',
Expand Down