aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgle6ru381 <gle6ru381@yandex-team.com>2023-09-08 18:58:28 +0300
committergle6ru381 <gle6ru381@yandex-team.com>2023-09-08 20:50:47 +0300
commitcc56e53ff13c7ed7efc104c0d3c29851afe9414f (patch)
tree19c1cf5dd4a1126fd76a67fc85f6c5be7b60c057
parenta2507a5dac31a63f69a6af391c220a9903ec87d4 (diff)
downloadydb-cc56e53ff13c7ed7efc104c0d3c29851afe9414f.tar.gz
Flutter add map
fix fix
-rw-r--r--build/plugins/maps_mobile_idl.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/plugins/maps_mobile_idl.py b/build/plugins/maps_mobile_idl.py
index 8ec97912ce..92c9b80468 100644
--- a/build/plugins/maps_mobile_idl.py
+++ b/build/plugins/maps_mobile_idl.py
@@ -368,6 +368,7 @@ class DefaultRule(BaseRule):
result.add(self.context.runtime_include('bindings/flutter/helper.h'))
result.add(self.context.runtime_include('bindings/flutter/meta_type.h'))
result.add(self.context.runtime_include('bindings/flutter/native.h'))
+ result.add(self.context.runtime_include('bindings/flutter/async.h'))
result.add('yandex/maps/export.h')
result.add(self.context.runtime_include('assert.h'))
@@ -717,6 +718,11 @@ class IdlFileProcessor:
self._context.runtime_include('bindings/ios/point_to_platform.h'),
'UIKit/UIKit.h',
},
+ dart_output_includes={
+ self._context.runtime_include('bindings/flutter/point_meta_type.h'),
+ self._context.runtime_include('bindings/flutter/point_to_native.h'),
+ self._context.runtime_include('bindings/flutter/point_to_platform.h'),
+ },
)
bytes_rule = self._create_reg_exp_rule(RegExp.BYTES, output_includes={'cstdint', 'vector'})