aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgle6ru381 <gle6ru381@yandex-team.com>2023-08-07 18:09:58 +0300
committergle6ru381 <gle6ru381@yandex-team.com>2023-08-07 21:12:32 +0300
commit5d24f77351bfdc93dab16732f73aad2c6254d1e3 (patch)
tree375cd92093dfa7328668064847fef1ec89892cf9
parent96efea37d03d990b0ff96f5d9ff9f927e8f21dea (diff)
downloadydb-5d24f77351bfdc93dab16732f73aad2c6254d1e3.tar.gz
Dart images and peerdir runtime
update first commit
-rw-r--r--build/plugins/maps_mobile_idl.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/build/plugins/maps_mobile_idl.py b/build/plugins/maps_mobile_idl.py
index afdca11ede4..b4123fbe262 100644
--- a/build/plugins/maps_mobile_idl.py
+++ b/build/plugins/maps_mobile_idl.py
@@ -250,8 +250,8 @@ class ProcessContext:
self.frameworks = frameworks
self.file_paths = file_paths
self.is_dart = unit.enabled("MAPKIT_DART_IDL")
- self.is_ios = unit.enabled("OS_IOS") and not self.is_dart
- self.is_android = unit.enabled("OS_ANDROID") and not self.is_dart
+ self.is_ios = unit.enabled("OS_IOS")
+ self.is_android = unit.enabled("OS_ANDROID")
self.output_name_generator = None
self.add_generated_output_includes = unit.enabled("H_CPP_IDL")
@@ -345,7 +345,6 @@ class DefaultRule(BaseRule):
result.add(OutputType.DART_CPP_SOURCE)
result.add(OutputType.DART_CPP_HEADER)
result.add(OutputType.DART_SOURCE_PRIVATE)
- return result
if self.context.is_ios:
result.add(OutputType.IOS_HEADER)
@@ -357,8 +356,6 @@ class DefaultRule(BaseRule):
result = set()
if self.context.is_dart:
- result.add(self.context.runtime_include('bindings/traits.h'))
- result.add(self.context.runtime_include('assert.h'))
result.add(self.context.runtime_include('bindings/flutter/base_types.h'))
result.add(self.context.runtime_include('bindings/flutter/exception.h'))
result.add(self.context.runtime_include('bindings/flutter/export.h'))