drop android's log library.

linux support
This commit is contained in:
Czarek Nakamoto
2024-01-02 22:45:20 +01:00
parent b0d4215319
commit 7b7bca87a5
4 changed files with 448 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@
#include "helpers.hpp"
#include <set>
#include <sstream>
#include <cstring>
const char* vectorToString(const std::vector<std::string>& vec, const std::string separator) {
// Concatenate all strings in the vector
+1
View File
@@ -3,6 +3,7 @@
#include "wallet2_api.h"
#include <unistd.h>
#include "helpers.hpp"
#include <cstring>
#ifdef __cplusplus
extern "C"