Fix CI build issue with GCC_ARM and ARMC6 toolchain

pull/13307/head
Rajkumar Kanagaraj 2020-07-21 07:08:59 -07:00
parent d956116c36
commit ca84e11a22
3 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,7 @@
"system-storage",
"SecureStore",
"storage",
"kv-global-api",
"direct-access-devicekey",
"kv-config",
"events",

View File

@ -6,7 +6,7 @@
"mbedtls",
"storage",
"flashiap-block-device",
"tdbstore",
"kv-global-api",
"storage_tdb_internal"
]
}

View File

@ -0,0 +1,3 @@
{
"name": "kv-global-api"
}