Source release 18.1.0
This commit is contained in:
@@ -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"', {
|
||||
|
||||
Reference in New Issue
Block a user