!61 feat: support UtilsSetEnv

Merge pull request !61 from besyangjian/master
This commit is contained in:
openharmony_ci
2021-12-08 14:03:00 +00:00
committed by Gitee
+6 -1
View File
@@ -164,4 +164,9 @@ int ClearKVCache(void)
{
return ClearKVCacheInner();
}
#endif
#endif
int UtilsSetEnv(const char* path)
{
return EC_SUCCESS;
}