There are still many functions in the header `utils.hpp` not implemented yet, which are however not needed for our purpose.
11 lines
140 B
C++
11 lines
140 B
C++
#pragma once
|
|
|
|
#include <android/log.h>
|
|
#include <errno.h>
|
|
|
|
#ifndef LOG_TAG
|
|
#define LOG_TAG "TEESimulator"
|
|
#endif
|
|
|
|
#include "../logging.hpp"
|