attempt to fix build

pull/23140/head
Mark D. Roth 5 years ago
parent cc6414893c
commit fe8717bf4a
  1. 6
      gRPC-C++.podspec
  2. 6
      gRPC-Core.podspec
  3. 1
      grpc.gemspec
  4. 1
      package.xml
  5. 1
      src/upb/gen_build_yaml.py

@ -678,7 +678,8 @@ Pod::Spec.new do |s|
'third_party/upb/upb/port_def.inc',
'third_party/upb/upb/port_undef.inc',
'third_party/upb/upb/table.int.h',
'third_party/upb/upb/upb.h'
'third_party/upb/upb/upb.h',
'third_party/upb/upb/upb.hpp'
ss.private_header_files = 'src/core/ext/filters/client_channel/backend_metric.h',
'src/core/ext/filters/client_channel/backup_poller.h',
@ -1090,7 +1091,8 @@ Pod::Spec.new do |s|
'third_party/upb/upb/port_def.inc',
'third_party/upb/upb/port_undef.inc',
'third_party/upb/upb/table.int.h',
'third_party/upb/upb/upb.h'
'third_party/upb/upb/upb.h',
'third_party/upb/upb/upb.hpp'
end
s.subspec 'Protobuf' do |ss|

@ -1044,7 +1044,8 @@ Pod::Spec.new do |s|
'third_party/upb/upb/table.c',
'third_party/upb/upb/table.int.h',
'third_party/upb/upb/upb.c',
'third_party/upb/upb/upb.h'
'third_party/upb/upb/upb.h',
'third_party/upb/upb/upb.hpp'
ss.private_header_files = 'src/core/ext/filters/client_channel/backend_metric.h',
'src/core/ext/filters/client_channel/backup_poller.h',
'src/core/ext/filters/client_channel/client_channel.h',
@ -1444,7 +1445,8 @@ Pod::Spec.new do |s|
'third_party/upb/upb/port_def.inc',
'third_party/upb/upb/port_undef.inc',
'third_party/upb/upb/table.int.h',
'third_party/upb/upb/upb.h'
'third_party/upb/upb/upb.h',
'third_party/upb/upb/upb.hpp'
end
# CFStream is now default. Leaving this subspec only for compatibility purpose.

@ -1665,6 +1665,7 @@ Gem::Specification.new do |s|
s.files += %w( third_party/upb/upb/table.int.h )
s.files += %w( third_party/upb/upb/upb.c )
s.files += %w( third_party/upb/upb/upb.h )
s.files += %w( third_party/upb/upb/upb.hpp )
s.files += %w( third_party/zlib/adler32.c )
s.files += %w( third_party/zlib/compress.c )
s.files += %w( third_party/zlib/crc32.c )

@ -1590,6 +1590,7 @@
<file baseinstalldir="/" name="third_party/upb/upb/table.int.h" role="src" />
<file baseinstalldir="/" name="third_party/upb/upb/upb.c" role="src" />
<file baseinstalldir="/" name="third_party/upb/upb/upb.h" role="src" />
<file baseinstalldir="/" name="third_party/upb/upb/upb.hpp" role="src" />
<file baseinstalldir="/" name="third_party/zlib/adler32.c" role="src" />
<file baseinstalldir="/" name="third_party/zlib/compress.c" role="src" />
<file baseinstalldir="/" name="third_party/zlib/crc32.c" role="src" />

@ -45,6 +45,7 @@ try:
"third_party/upb/upb/port_undef.inc",
"third_party/upb/upb/table.int.h",
"third_party/upb/upb/upb.h",
"third_party/upb/upb/upb.hpp",
],
'secure': False,
}]

Loading…
Cancel
Save