mirror of
https://boringssl.googlesource.com/boringssl
synced 2026-07-21 14:43:51 +00:00
Add platform configuration for "Pythia".
Change-Id: I2727c0594b50e73e41d9ca59bbdb1978a9801cde Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/96967 Reviewed-by: David Benjamin <davidben@google.com> Auto-Submit: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>
This commit is contained in:
committed by
boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
a024825606
commit
0676117daa
@@ -105,6 +105,11 @@
|
||||
#define OPENSSL_FUCHSIA
|
||||
#endif
|
||||
|
||||
// See go/boringssl-on-pythia.
|
||||
#if defined(__pythia__)
|
||||
#define OPENSSL_PYTHIA
|
||||
#endif
|
||||
|
||||
// Trusty is Android's TEE target. See
|
||||
// https://source.android.com/docs/security/features/trusty
|
||||
//
|
||||
@@ -165,6 +170,11 @@
|
||||
#define OPENSSL_NO_SOCK
|
||||
#endif
|
||||
|
||||
#if defined(OPENSSL_PYTHIA)
|
||||
#define OPENSSL_NO_POSIX_IO
|
||||
#define OPENSSL_NO_SOCK
|
||||
#endif
|
||||
|
||||
#if defined(__ANDROID_API__)
|
||||
#define OPENSSL_ANDROID
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user