Source release 18.1.0

This commit is contained in:
John "Juce" Bruce
2023-06-23 15:45:08 -07:00
parent 2baa7c6e2b
commit b2c35151ad
2074 changed files with 196004 additions and 427059 deletions

View File

@@ -27,12 +27,12 @@
'-g3',
],
'cflags_c': [
'-std=c99',
'-std=c11',
'-D_POSIX_C_SOURCE=200809L',
],
'cflags_cc' : [
'-frtti',
'-std=c++11',
'-std=c++14',
],
'ldflags': [
'-fPIC',
@@ -47,6 +47,13 @@
],
'defines': [
'OPK_LOG_LEVEL=LOG_NONE',
'OPK_CONFIG_SOC_VENDOR_NAME=test',
'OPK_CONFIG_SOC_MODEL_NAME=test',
'OPK_CONFIG_TEE_OS_NAME=TEE_Simulator',
'OPK_CONFIG_TEE_OS_VERSION=0.0.0',
'OPK_CONFIG_DEVICE_FORM_FACTOR=oemcrypto_opk_fuzztests',
'OPK_CONFIG_IMPLEMENTER_NAME=Widevine',
'FACTORY_BUILD_ONLY',
],
'conditions': [
['generate_code_coverage_report=="true"', {