feat: support UtilsSetEnv

Signed-off-by: yangjian <jianyang@bestechnic.com>
Change-Id: I41aabbfc93d7f3270f1c92dff9797ef1cb770e54
This commit is contained in:
yangjian
2021-12-08 21:26:40 +08:00
parent 19c54f7ddc
commit 3e41330202
+6 -1
View File
@@ -164,4 +164,9 @@ int ClearKVCache(void)
{
return ClearKVCacheInner();
}
#endif
#endif
int UtilsSetEnv(const char* path)
{
return EC_SUCCESS;
}