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", "system-storage",
"SecureStore", "SecureStore",
"storage", "storage",
"kv-global-api",
"direct-access-devicekey", "direct-access-devicekey",
"kv-config", "kv-config",
"events", "events",

View File

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

View File

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