BoringSSL-GRPC.modulemap 137 B

123456
  1. framework module openssl {
  2. umbrella header "umbrella.h"
  3. textual header "arm_arch.h"
  4. export *
  5. module * { export * }
  6. }